From 538ea8060a32bae6999458e249208889b3aac461 Mon Sep 17 00:00:00 2001 From: Hugo Devillers Date: Sat, 13 Jan 2024 14:44:04 +0100 Subject: [PATCH] gh actions is hot trash ngl --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b594600fe..7a1093238 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -82,7 +82,7 @@ jobs: - name: Enable ASAN (linux) if: startsWith(matrix.os,'ubuntu') run: | - echo "CMAKE_PLATFORM_SPECIFIC_ARGS=-DCMAKE_C_FLAGS=-fsanitize=address" >> "GITHUB_ENV" + echo "CMAKE_PLATFORM_SPECIFIC_ARGS=-DCMAKE_C_FLAGS=-fsanitize=address" >> $GITHUB_ENV - name: Install json-c (vcpkg) if: startsWith(matrix.os,'windows')