Skip to content

Commit

Permalink
Change MingW Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed May 9, 2024
1 parent 57b01bb commit e66a45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DSEED= -DBENCH=0 -DARITH=gmp -G "MinGW Makefiles" ..
cmake -DSEED= -DBENCH=0 -DARITH=gmp -G "Unix Makefiles" ..
- name: Run CMake (standard)
if: ${{ !(runner.os == 'Windows') }}
Expand Down

0 comments on commit e66a45a

Please sign in to comment.