Skip to content

Commit

Permalink
Update ci_cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision authored Oct 10, 2021
1 parent 0ade063 commit 8c319f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: |
sudo apt update
sudo apt install ninja-build
- run: cmake --preset multi

- run: cmake --build --preset debug
Expand Down

0 comments on commit 8c319f2

Please sign in to comment.