Disable ASAN in CI builds
All checks were successful
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Successful in 1m26s

This commit is contained in:
Kevin Trogant 2024-07-16 11:51:21 +02:00
parent 8f52ea3d3a
commit 046e3ed6ac

View File

@ -36,7 +36,7 @@ jobs:
run: |
chmod +x ./scripts/download_dxc_cross.sh
./scripts/download_dxc_cross.sh
meson setup --cross-file scripts/x86_64-w64-mingw32.txt build
meson setup --cross-file scripts/x86_64-w64-mingw32.txt -Db_sanitize=none build
- name: Compile
run: meson compile -C build
- name: Run Tests