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.
2 parents 286a0c6 + 70b69b1 commit 1a33852Copy full SHA for 1a33852
1 file changed
.github/workflows/build-release.yml
@@ -612,7 +612,7 @@ jobs:
612
# -------------------------------------------------
613
- name: Setup MSYS2 for Win32
614
if: matrix.platform == 'Win32'
615
- uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2
+ uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2
616
with:
617
msystem: ${{matrix.sys}}
618
update: true
@@ -624,7 +624,7 @@ jobs:
624
625
- name: Setup MSYS2 for Win64
626
if: matrix.platform == 'Win64'
627
628
629
630
0 commit comments