Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesadi committed Dec 20, 2023
1 parent e60d1e0 commit 756a94b
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 @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: sudo apt install ninja-build -y
run: sudo apt install ninja-build -y
- name: git submodule update --remote
run: git submodule update --remote
- name: git submodule update --init --recursive
run: git submodule update --init --recursive
- name: make build
run: make build
- name: make install
Expand Down

0 comments on commit 756a94b

Please sign in to comment.