Skip to content

Commit 349ec21

Browse files
committed
Update WinLibs MinGW version
1 parent b0c897b commit 349ec21

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
@@ -25,14 +25,14 @@ jobs:
2525
uses: actions/cache@v4
2626
with:
2727
path: ${{ github.workspace }}/mingw32
28-
key: 15.1.0posix-13.0.0-ucrt-r2-x86
28+
key: 15.2.0posix-13.0.0-ucrt-r1-x86
2929

3030
- name: Install MinGW x86
3131
if: steps.mingw-x86-cache.outputs.cache-hit != 'true'
3232
uses: bwoodsend/setup-winlibs-action@v1
3333
id: winlibs-32
3434
with:
35-
tag: 15.1.0posix-13.0.0-ucrt-r2
35+
tag: 15.2.0posix-13.0.0-ucrt-r1
3636
with_clang: false
3737
architecture: 32
3838
destination: ${{ github.workspace }}
@@ -112,14 +112,14 @@ jobs:
112112
uses: actions/cache@v4
113113
with:
114114
path: ${{ github.workspace }}/mingw64
115-
key: 15.1.0posix-13.0.0-ucrt-r2-x64
115+
key: 15.2.0posix-13.0.0-ucrt-r1-x64
116116

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

0 commit comments

Comments
 (0)