Commit fbc0834f6826f57ec036601910150f31484bb0b4
Committed by
GitHub
1 parent
0a966f9f
Exists in
master
and in
1 other branch
Update msys2.yml
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
.github/workflows/msys2.yml
| @@ -17,15 +17,14 @@ jobs: | @@ -17,15 +17,14 @@ jobs: | ||
| 17 | shell: msys2 {0} | 17 | shell: msys2 {0} |
| 18 | steps: | 18 | steps: |
| 19 | - uses: actions/checkout@v3 | 19 | - uses: actions/checkout@v3 |
| 20 | - - run: git fetch --prune --unshallow | ||
| 21 | - uses: msys2/setup-msys2@v2 | 20 | - uses: msys2/setup-msys2@v2 |
| 22 | with: | 21 | with: |
| 23 | msystem: mingw64 | 22 | msystem: mingw64 |
| 24 | update: true | 23 | update: true |
| 25 | 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 | 24 | 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 |
| 25 | + - run: git fetch --prune --unshallow | ||
| 26 | - name: CI-Build | 26 | - name: CI-Build |
| 27 | - run: | | ||
| 28 | - ./win/ci-build.sh | 27 | + run: ./win/ci-build.sh |
| 29 | - name: Find Tag | 28 | - name: Find Tag |
| 30 | id: tagger | 29 | id: tagger |
| 31 | uses: jimschubert/query-tag-action@v1 | 30 | uses: jimschubert/query-tag-action@v1 |