Commit 14a927da0baa5b7ce0e1fcda7ec3807cfaa26450
Committed by
GitHub
1 parent
588ddcc7
Exists in
master
and in
1 other branch
Update msys2.yml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.github/workflows/msys2.yml
... | ... | @@ -16,6 +16,6 @@ jobs: |
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 | - pacman -Ql mingw-w64-x86_64-gettext | |
19 | + ls -l /mingw64/include | |
20 | 20 | ./win/ci-build.sh |
21 | 21 | ... | ... |