Skip to content

Commit

Permalink
Update ci_basic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz126 authored Feb 21, 2024
1 parent 021714a commit 23ba0c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
sudo apt-get install -y iwyu
- name: Pre-commit actions
uses: pre-commit/[email protected]
uses: pre-commit/[email protected]

- name: Configure Test CMake
run: cmake -B ${{env.TEST_BUILD_PATH}} -S ${{env.TEST_SOURCE}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: BuildTests
# Build your program with the given configuration
Expand Down

0 comments on commit 23ba0c8

Please sign in to comment.