Skip to content

Commit

Permalink
remove quote around DREDD_EXTRA_C_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanFoo0523 committed Sep 22, 2024
1 parent d6fa997 commit b6cd9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ case "$(uname)" in

# The C code generated by Dredd may require recent C/C++ support.
# Dredd's prelude includes experimental `stdatomic.h`` header.
export DREDD_EXTRA_C_ARGS="/std:c17 /experimental:c11atomics"
export DREDD_EXTRA_C_ARGS=/std:c17 /experimental:c11atomics
export DREDD_EXTRA_CXX_ARGS="/std:c++20"
;;

Expand Down

0 comments on commit b6cd9e1

Please sign in to comment.