Skip to content

Commit a8e735d

Browse files
committed
CI: select ucrt64 compiler
Select the Windows native compiler. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 24c26ea commit a8e735d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,13 @@ jobs:
253253
which git
254254
git --version
255255
git config --global --add safe.directory "$GITHUB_WORKSPACE"
256+
export CC=/ucrt64/bin/gcc
257+
export CXX=/ucrt64/bin/g++
256258
scripts/build.sh -b release -c gcc
257259
258260
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
259261
if: failure()
260262
with:
261263
name: windows-msys2-ucrt64-logs
262264
path: |
263-
.build-ci/meson-logs/*.txt
265+
.build-ci/meson-logs/*.txt

0 commit comments

Comments
 (0)