Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
breadtf authored Apr 26, 2024
1 parent a5c0f39 commit 016f361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: make all
run: make all
- name: make package
- name: build
run: ./BUILD.SH
- name: package
run: make package
- name: make install
- name: install
run: make install

0 comments on commit 016f361

Please sign in to comment.