Skip to content

Commit 8eead83

Browse files
committed
[CI] Fix script to build premake on macOS with recent version of premake
1 parent 221f476 commit 8eead83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-premake5/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
if: runner.os == 'macOS'
4747
run: |
4848
cd .premake-build
49-
make -f Bootstrap.mak osx CONFIG=release
49+
CONFIG=release ./Bootstrap.sh
5050
mkdir /Applications/premake5.app
5151
cp bin/release/premake5 /Applications/premake5.app/
5252
cd ..

0 commit comments

Comments
 (0)