Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Apr 20, 2024
1 parent e9b15bb commit c8925a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
if: ${{ (runner.os == 'Windows') && (matrix.config.cc == 'gcc') }}
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
install: >-
gmp
gmp-devel
git
base-devel
gcc
cmake
gmp
gmp-devel
update: true

- name: Run CMake (MingW)
Expand Down

0 comments on commit c8925a8

Please sign in to comment.