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,12 +11,11 @@ jobs:
11 - uses: actions/checkout@v3 11 - uses: actions/checkout@v3
12 - uses: msys2/setup-msys2@v2 12 - uses: msys2/setup-msys2@v2
13 with: 13 with:
14 - msystem: UCRT64 14 + msystem: mingw64
15 update: true 15 update: true
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 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 - name: CI-Build 17 - name: CI-Build
18 run: | 18 run: |
19 - ls -l /mingw64/include  
20 gcc -v 19 gcc -v
21 ./win/ci-build.sh 20 ./win/ci-build.sh
22 21