Skip to content

Commit

Permalink
Updated main.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche authored Dec 17, 2023
1 parent 2fbd366 commit 1381d1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
tar -xzvf premake-5.0.0-alpha16-linux.tar.gz
sudo mv premake5 /usr/local/bin/
- name: Change to sigma directory
run: cd sigma
- name: Print current dir
run: ls

- name: Run Premake
run: premake5 gmake

- name: Compile Project
run: make config=debug
working-directory: ./sigma

0 comments on commit 1381d1a

Please sign in to comment.