Skip to content

Commit

Permalink
add missing -D prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 3, 2024
1 parent 07589da commit 4731e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# Build arguments list
args=(${{ matrix.args }});
# Enable/disable tests
args=("${args[@]/#/"-D"}");
args=("${args[@]/%/"=${opt}"}");
# Use the local CCCL mount
args+=(-DCPM_CCCL_SOURCE="${HOME}/cccl");
Expand Down

0 comments on commit 4731e8c

Please sign in to comment.