Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed May 9, 2024
1 parent 43ad9ef commit a7404b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gmp-sec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,14 @@ jobs:
cmake
gmp
gmp-devel
mingw-w64-x86_64-gmp
update: true

- name: Run CMake (MingW)
if: ${{ (runner.os == 'Windows') && (matrix.config.cc == 'gcc') }}
shell: bash
run: |
mkdir build
cd build
cmake -DSEED= -DBENCH=0 -DARITH=gmp-sec -G "MinGW Makefiles" ..
cmake -DSEED= -DBENCH=0 -DARITH=gmp-sec -G "Unix Makefiles" ..
- name: Run CMake (standard)
if: ${{ !(runner.os == 'Windows') }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
cmake
gmp
gmp-devel
mingw-w64-x86_64-gmp
update: true

- name: Run CMake (MingW)
Expand Down

0 comments on commit a7404b5

Please sign in to comment.