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:
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 }}
You can’t perform that action at this time.
0 commit comments