Skip to content

Commit

Permalink
uses in build step working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Oct 13, 2023
1 parent 06f61ba commit ad28f49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
with:
workdir: ./sdks/c/
- name: Build
working-directory: ./sdks/c/
run: cmake -S . --build ./build
with:
workdir: ./sdks/c/

0 comments on commit ad28f49

Please sign in to comment.