We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dffbd8 commit ef74f19Copy full SHA for ef74f19
.github/actions/install-premake5/action.yml
@@ -46,7 +46,7 @@ runs:
46
if: runner.os == 'macOS'
47
run: |
48
cd .premake-build
49
- make -f Bootstrap.mak osx CONFIG=release
+ make -f Bootstrap.mak osx CONFIG=release PLATFORM="ARM64"
50
mkdir /Applications/premake5.app
51
cp bin/release/premake5 /Applications/premake5.app/
52
cd ..
0 commit comments