Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 21, 2023
1 parent c37f9a8 commit 3e30bfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: dependencies
run: |
git submodule update --init --recursive
- name: make clean
run: |
make clean
Expand Down

0 comments on commit 3e30bfa

Please sign in to comment.