We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a1f9a commit 326da02Copy full SHA for 326da02
.github/workflows/test-ci-windows.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "APACHE_ROOT=C:\tools\Apache24" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
38
39
- name: Setup MSYS2
40
- uses: msys2/setup-msys2@v2
+ uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2
41
with:
42
msystem: ${{ matrix.arch == 'x86' && 'MINGW32' || 'UCRT64' }}
43
update: true
0 commit comments