We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db6859 commit ae90d22Copy full SHA for ae90d22
1 file changed
.github/workflows/build.yml
@@ -253,11 +253,11 @@ jobs:
253
which git
254
git --version
255
git config --global --add safe.directory "$GITHUB_WORKSPACE"
256
- scripts/build.sh -b release -c gcc
+ scripts/build.sh -b release -c /ucrt64/bin/gcc
257
258
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
259
if: failure()
260
with:
261
name: windows-msys2-ucrt64-logs
262
path: |
263
- .build-ci/meson-logs/*.txt
+ .build-ci/meson-logs/*.txt
0 commit comments