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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ jobs:
26
26
matrix:
27
27
# the MinGW installation in windows-2019 is supposed to be 8.1 but it is 12.2
28
28
# the MinGW installation in windows-2022 is not including all necessary packages by default, so just use the older image instead - package versions are he same
# MinGW will always link the binaries even if they already exist. The linking is also extremely slow. So just run the "check" target which includes all the binaries.
46
51
- name: Build all and run test
47
52
run: |
53
+
export PATH="/mingw64/lib/ccache/bin:$PATH"
48
54
# set RDYNAMIC to work around broken MinGW detection
0 commit comments