Skip to content

Commit

Permalink
debug: cd into build and run cmake .. in the same step
Browse files Browse the repository at this point in the history
  • Loading branch information
atar13 committed Oct 18, 2023
1 parent 4218c58 commit 5966a71
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ jobs:
- name: Create build dir
run: mkdir build

- name: Enter build dir
run: cd build

- name: pwd
run: pwd

- name: Set up Cmake
run: cmake ..
run: cd build && cmake ..

- name: Run clang-tidy
run: make lint
Expand Down

0 comments on commit 5966a71

Please sign in to comment.