Skip to content

Commit

Permalink
Install dependencies GH Action C/C++ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
larsewi authored Nov 22, 2023
1 parent 138cde3 commit d9966bf
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 @@ -13,7 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: configure
- name: install dependencies
run: apt install check
- name: bootstrap
run: ./bootstrap.sh

- name: configure C
Expand Down

0 comments on commit d9966bf

Please sign in to comment.