Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 10, 2024
1 parent 2d3edf6 commit 1b99970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get install clang-tidy cmake

- name: 🔧 Configure
run: cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_NUMBER_JOBS=2 -DCMAKE_NUMBER_JOBS_TESTS=1
run: cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Debug -DKHAOS_BUILD_TESTS=OFF -DKHAOS_BUILD_DOCS=OFF -DKHAOS_BUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_NUMBER_JOBS=2 -DCMAKE_NUMBER_JOBS_TESTS=1

- uses: pre-commit/action@v3.0.1

Expand Down

0 comments on commit 1b99970

Please sign in to comment.