We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd9893 commit 170c3f6Copy full SHA for 170c3f6
.github/workflows/build.yml
@@ -116,7 +116,7 @@ jobs:
116
key: ${{ matrix.target }}-${{ steps.get_time.outputs.timestamp }}
117
118
win32:
119
- runs-on: windows-latest
+ runs-on: windows-2025
120
env:
121
VS: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise"
122
CC: "ccache clang"
@@ -499,7 +499,7 @@ jobs:
499
fi
500
501
msys2:
502
503
strategy:
504
fail-fast: false
505
matrix:
ci/build-win32.ps1
@@ -201,6 +201,7 @@ clone-recursive = true
201
meson setup build `
202
--wrap-mode=forcefallback `
203
-Ddefault_library=static `
204
+ -Db_sanitize=address `
205
-Dlibmpv=true `
206
-Dtests=true `
207
-Dgpl=true `
0 commit comments