.github/workflows/Test.yml: fixed CI with windows (msys2/setup-msys2 master looks broken)
This commit is contained in:
parent
cfddee3611
commit
19a8df433a
|
|
@ -158,7 +158,7 @@ jobs:
|
||||||
jobs: ${{ steps.matrix.outputs.jobs }}
|
jobs: ${{ steps.matrix.outputs.jobs }}
|
||||||
steps:
|
steps:
|
||||||
- id: matrix
|
- id: matrix
|
||||||
uses: msys2/setup-msys2/matrix@main
|
uses: msys2/setup-msys2/matrix@a5d2c5a565c520efa5f477391e4e3f87c2e08f46
|
||||||
with:
|
with:
|
||||||
systems: >-
|
systems: >-
|
||||||
mingw64
|
mingw64
|
||||||
|
|
@ -167,7 +167,7 @@ jobs:
|
||||||
|
|
||||||
win:
|
win:
|
||||||
needs: win-jobs
|
needs: win-jobs
|
||||||
uses: msys2/setup-msys2/.github/workflows/PKGBUILD.yml@main
|
uses: msys2/setup-msys2/.github/workflows/PKGBUILD.yml@a5d2c5a565c520efa5f477391e4e3f87c2e08f46
|
||||||
with:
|
with:
|
||||||
name: openFPGALoader
|
name: openFPGALoader
|
||||||
matrix: ${{ needs.win-jobs.outputs.jobs }}
|
matrix: ${{ needs.win-jobs.outputs.jobs }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue