Skip to content

Commit

Permalink
use -B instead os --build
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Oct 13, 2023
1 parent d51ff57 commit c680c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:

- name: Build
working-directory: ./sdks/c/
run: cmake -S . --build ./build
run: cmake -S . -B ./build

0 comments on commit c680c4c

Please sign in to comment.