Skip to content

Commit

Permalink
use cmake with --target
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jun 2, 2024
1 parent 855d940 commit 6f2aebe
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 &&
make -Cbuild task_executable
cmake -Bbuild --target task_executable

0 comments on commit 6f2aebe

Please sign in to comment.