Skip to content

Commit 973c742

Browse files
committed
Update WinLibs MinGW version
1 parent 1428c23 commit 973c742

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
uses: actions/cache@v4
2828
with:
2929
path: ${{ github.workspace }}/mingw32
30-
key: 15.1.0posix-13.0.0-ucrt-r2-x86
30+
key: 15.2.0posix-13.0.0-ucrt-r1-x86
3131

3232
- name: Install MinGW x86
3333
if: steps.mingw-x86-cache.outputs.cache-hit != 'true'
3434
uses: bwoodsend/setup-winlibs-action@v1
3535
id: winlibs-32
3636
with:
37-
tag: 15.1.0posix-13.0.0-ucrt-r2
37+
tag: 15.2.0posix-13.0.0-ucrt-r1
3838
with_clang: false
3939
architecture: 32
4040
destination: ${{ github.workspace }}
@@ -114,14 +114,14 @@ jobs:
114114
uses: actions/cache@v4
115115
with:
116116
path: ${{ github.workspace }}/mingw64
117-
key: 15.1.0posix-13.0.0-ucrt-r2-x64
117+
key: 15.2.0posix-13.0.0-ucrt-r1-x64
118118

119119
- name: Install MinGW x64
120120
if: steps.mingw-x64-cache.outputs.cache-hit != 'true'
121121
uses: bwoodsend/setup-winlibs-action@v1
122122
id: winlibs-64
123123
with:
124-
tag: 15.1.0posix-13.0.0-ucrt-r2
124+
tag: 15.2.0posix-13.0.0-ucrt-r1
125125
with_clang: false
126126
architecture: 64
127127
destination: ${{ github.workspace }}

0 commit comments

Comments
 (0)