Skip to content

Commit

Permalink
Fix ninja build path, we're IN the build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmdln committed Oct 1, 2023
1 parent 0222ae8 commit 7ce3889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug
ninja -C build
ninja
- name: Run ${{ matrix.linter.name }}
run: |
ninja -C build ${{ matrix.linter.name }}
ninja ${{ matrix.linter.name }}

0 comments on commit 7ce3889

Please sign in to comment.