We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57faa40 commit 5d0d963Copy full SHA for 5d0d963
.github/workflows/cmake-multi-platform.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Enable ASAN (linux)
83
if: startsWith(matrix.os,'ubuntu')
84
run: |
85
- echo "CMAKE_PLATFORM_SPECIFIC_ARGS=-DCMAKE_C_FLAGS=-fsanitize=address" >> "$env:GITHUB_ENV"
+ echo "CMAKE_PLATFORM_SPECIFIC_ARGS=-DCMAKE_C_FLAGS=-fsanitize=address" >> "GITHUB_ENV"
86
87
- name: Install json-c (vcpkg)
88
if: startsWith(matrix.os,'windows')
0 commit comments