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 @@ -28,14 +28,14 @@ jobs:
2828 uses : actions/cache@v4
2929 with :
3030 path : ${{ github.workspace }}/mingw32
31- key : 15.1 .0posix-13.0.0-ucrt-r2 -x86
31+ key : 15.2 .0posix-13.0.0-ucrt-r1 -x86
3232
3333 - name : Install MinGW x86
3434 if : steps.mingw-x86-cache.outputs.cache-hit != 'true'
3535 uses : bwoodsend/setup-winlibs-action@v1
3636 id : winlibs-32
3737 with :
38- tag : 15.1 .0posix-13.0.0-ucrt-r2
38+ tag : 15.2 .0posix-13.0.0-ucrt-r1
3939 with_clang : false
4040 architecture : 32
4141 destination : ${{ github.workspace }}
@@ -115,14 +115,14 @@ jobs:
115115 uses : actions/cache@v4
116116 with :
117117 path : ${{ github.workspace }}/mingw64
118- key : 15.1 .0posix-13.0.0-ucrt-r2 -x64
118+ key : 15.2 .0posix-13.0.0-ucrt-r1 -x64
119119
120120 - name : Install MinGW x64
121121 if : steps.mingw-x64-cache.outputs.cache-hit != 'true'
122122 uses : bwoodsend/setup-winlibs-action@v1
123123 id : winlibs-64
124124 with :
125- tag : 15.1 .0posix-13.0.0-ucrt-r2
125+ tag : 15.2 .0posix-13.0.0-ucrt-r1
126126 with_clang : false
127127 architecture : 64
128128 destination : ${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments