From 740af306c0c82df21ac449091dc7d5ca40355736 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 18 Sep 2021 12:08:09 +0300 Subject: [PATCH] ci: use quotes for "/fsanitize=address" in `tests-sanitize-address-msvc` --- .github/workflows/ci_sanitized.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_sanitized.yml b/.github/workflows/ci_sanitized.yml index 5963455809..cf915a4eba 100644 --- a/.github/workflows/ci_sanitized.yml +++ b/.github/workflows/ci_sanitized.yml @@ -159,14 +159,14 @@ jobs: echo %VFLAGS% echo $VFLAGS .\make.bat -msvc - .\v.exe -cflags /fsanitize=address self + .\v.exe self - name: Install dependencies run: | .\v.exe setup-freetype .\.github\workflows\windows-install-sqlite.bat - name: Self tests (/fsanitize=address) run: | - .\v.exe -cflags /fsanitize=address test-self + .\v.exe -cflags "/fsanitize=address" test-self tests-sanitize-address-gcc: needs: no-scheduling