File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
uses : actions/cache@v4
28
28
with :
29
29
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
31
31
32
32
- name : Install MinGW x86
33
33
if : steps.mingw-x86-cache.outputs.cache-hit != 'true'
34
34
uses : bwoodsend/setup-winlibs-action@v1
35
35
id : winlibs-32
36
36
with :
37
- tag : 15.1 .0posix-13.0.0-ucrt-r2
37
+ tag : 15.2 .0posix-13.0.0-ucrt-r1
38
38
with_clang : false
39
39
architecture : 32
40
40
destination : ${{ github.workspace }}
@@ -114,14 +114,14 @@ jobs:
114
114
uses : actions/cache@v4
115
115
with :
116
116
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
118
118
119
119
- name : Install MinGW x64
120
120
if : steps.mingw-x64-cache.outputs.cache-hit != 'true'
121
121
uses : bwoodsend/setup-winlibs-action@v1
122
122
id : winlibs-64
123
123
with :
124
- tag : 15.1 .0posix-13.0.0-ucrt-r2
124
+ tag : 15.2 .0posix-13.0.0-ucrt-r1
125
125
with_clang : false
126
126
architecture : 64
127
127
destination : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments