Skip to content

Commit

Permalink
Fix variable name in CMake arguments in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Apr 1, 2024
1 parent 5c3929d commit ce12729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
mod-dir: " extern/topmodel/"
targets: "topmodelbmi"
initialize: "false"
cmake-flags: "CFLAGS='-g -fsanitize=address -Werror'"
cmake-flags: "CMAKE_C_FLAGS='-g -fsanitize=address -Werror'"

- name: Run petbmi, topmodelbmi
run: |
Expand Down

0 comments on commit ce12729

Please sign in to comment.