Skip to content

Commit

Permalink
--build is different from -B
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jun 2, 2024
1 parent 6f2aebe commit 12d7e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
tar -xf build/task-*.tar.gz &&
cd task-*.*.* &&
cmake -S. -Bbuild &&
cmake -Bbuild --target task_executable
cmake --build build --target task_executable

0 comments on commit 12d7e46

Please sign in to comment.