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 16d8b4e commit 45de979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-linux.tar.gz
- name: pull it out
run: tar -xf premake-5.0.0-beta2-linux.tar.gz
run: |
tar -xf premake-5.0.0-beta2-linux.tar.gz
- name: install gmake
run: |
sudo apt-get install gmake
Expand Down

0 comments on commit 45de979

Please sign in to comment.