Skip to content

Commit

Permalink
Update pre-make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keganpowers34 authored Dec 15, 2023
1 parent 564dd90 commit 5d39303
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: download premake
run: |
wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-linux.tar.gz
- name: exstract
- name: pull it out
run: tar -xf premake-5.0.0-beta2-linux.tar.gz
- name: make check
run: make check
- name: make distcheck
run: make distcheck
- name: premake
run: |
./premake5 gmake

0 comments on commit 5d39303

Please sign in to comment.