Skip to content

Commit dde2d7e

Browse files
committed
.github/workflows/Test.yml: try to fix windows CI
1 parent cfddee3 commit dde2d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
jobs: ${{ steps.matrix.outputs.jobs }}
159159
steps:
160160
- id: matrix
161-
uses: msys2/setup-msys2/matrix@main
161+
uses: msys2/setup-msys2/matrix@v2.29.0
162162
with:
163163
systems: >-
164164
mingw64
@@ -167,7 +167,7 @@ jobs:
167167
168168
win:
169169
needs: win-jobs
170-
uses: msys2/setup-msys2/.github/workflows/PKGBUILD.yml@main
170+
uses: msys2/setup-msys2/.github/workflows/PKGBUILD.yml@v2.29.0
171171
with:
172172
name: openFPGALoader
173173
matrix: ${{ needs.win-jobs.outputs.jobs }}

0 commit comments

Comments
 (0)