Skip to content

Commit

Permalink
minor output optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 31, 2025
1 parent b399a50 commit c6797f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,14 @@ jobs:
cd gmp-${GMP_VERSION}/.libs
${{ env.STRIP }} --strip-unneeded ${{ env.GMP_SO }}
${{ env.STRIP }} --strip-unneeded ${{ env.GMP_CPP_SO }}
ls -l
file ${{ env.GMP_SO }}
- name: Compile C Program
run: |
COMPILE_OPTIONS=".github/workflows/factorial_gmp.c -I${{ github.workspace }}/gmp-${GMP_VERSION} -L${{ github.workspace }}/gmp-${GMP_VERSION}/.libs -lgmp"
${{ env.TEST_CC }} -o factorial_gmp.exe $COMPILE_OPTIONS
file factorial_gmp.exe
- name: Run C Program
run: |
Expand Down

0 comments on commit c6797f6

Please sign in to comment.