Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Goubermouche/sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Dec 17, 2023
2 parents 11b01fa + 1381d1a commit 19506e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
tar -xzvf premake-5.0.0-alpha16-linux.tar.gz
sudo mv premake5 /usr/local/bin/
- name: Print current dir
run: ls

- name: Run Premake
run: premake5 gmake

- name: Compile Project
run: make config=debug

0 comments on commit 19506e1

Please sign in to comment.