You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CI-mingw.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
uses: msys2/setup-msys2@v2
49
49
with:
50
50
release: false # use pre-installed
51
-
cache: false
51
+
cache: true
52
52
msystem: ${{ matrix.msystem }}
53
53
# TODO: install mingw-w64-x86_64-make and use mingw32.make instead - currently fails with "Windows Subsystem for Linux has no installed distributions."
0 commit comments