Skip to content

Commit 326da02

Browse files
committed
fix: make SonarCloud happy
1 parent 98a1f9a commit 326da02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "APACHE_ROOT=C:\tools\Apache24" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3838
3939
- name: Setup MSYS2
40-
uses: msys2/setup-msys2@v2
40+
uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2
4141
with:
4242
msystem: ${{ matrix.arch == 'x86' && 'MINGW32' || 'UCRT64' }}
4343
update: true

0 commit comments

Comments
 (0)