Skip to content

Commit

Permalink
Updated testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun Dro committed Jul 31, 2023
1 parent ac2905d commit 0c7cc83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
submodules: recursive

- name: Install SMake
run: ./build.sh --install --cleanup
run: |
./build.sh --install
make clean
- name: Re-install smake with using smake
- name: Re-install project using smake
run: |
smake && make
sudo make install
Expand Down

0 comments on commit 0c7cc83

Please sign in to comment.