Skip to content

Commit

Permalink
update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakely committed Jul 14, 2022
1 parent 4641d41 commit 5cc72a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
apt-get update && sudo apt-get install libconfig-dev
sudo apt-get update && sudo apt-get install libconfig-dev
- name: make
run: make
Expand Down

0 comments on commit 5cc72a5

Please sign in to comment.