Commit 1109fb77012c3e02c919347f0d78950186e903d6

Authored by Perry Werneck
Committed by GitHub
1 parent 22b639f0
Exists in master and in 1 other branch develop

Update msys2.yml

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
.github/workflows/msys2.yml
... ... @@ -11,12 +11,11 @@ jobs:
11 11 - uses: actions/checkout@v3
12 12 - uses: msys2/setup-msys2@v2
13 13 with:
14   - msystem: UCRT64
  14 + msystem: mingw64
15 15 update: true
16 16 install: xz mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext gettext-devel mingw-w64-x86_64-openssl libtool
17 17 - name: CI-Build
18 18 run: |
19   - ls -l /mingw64/include
20 19 gcc -v
21 20 ./win/ci-build.sh
22 21  
... ...