Skip to content

Commit

Permalink
Update smake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x authored Jul 24, 2023
1 parent 8fb2fed commit 177d7ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/smake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
path: 'smake'

- name: Build Smake
run: cd smake && ./build.sh --install
run: |
pwd && ls
cd smake && ./build.sh --install
pwd && ls
- name: Build with SMake
run: smake && make
run: |
pwd && ls
smake && make
pwd && ls

0 comments on commit 177d7ed

Please sign in to comment.