Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Nov 13, 2023
1 parent d9ebfb7 commit ab0510b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get Boost
run: sudo apt install libboost-regex-dev
- name: Get Ninja
uses: turtlesec-no/get-ninja@main
run: sudo apt install ninja-build
- name: Run Ninja
run: ninja

0 comments on commit ab0510b

Please sign in to comment.