Skip to content

Commit

Permalink
[CI] adjust ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Mar 4, 2025
1 parent ca2868c commit ed2332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
UBSAN_OPTIONS: print_stacktrace=1
SIMC_ARGS: output=/dev/null threads=2 iterations=10 cleanup_threads=1 allow_experimental_specializations=1
PTR_ARG: ptr=${{ inputs.is-ptr && "1" || "0" }}
PTR_ARG: ptr=${{ inputs.is-ptr == true && "1" || "0" }}
PLAYER_ARGS: load_default_gear=1

steps:
Expand Down

0 comments on commit ed2332e

Please sign in to comment.