Skip to content

Commit

Permalink
gh actions is hot trash ngl
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Jan 13, 2024
1 parent 5d0d963 commit 538ea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 538ea80

Please sign in to comment.