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 2d1ca13 commit 3c5bf83Copy full SHA for 3c5bf83
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
brew install premake
28
- name: Build
29
run: |
30
- ./premake5 --verbose gmake2
+ premake5 --verbose gmake2
31
make -C make/macosx/ -j$(sysctl -n hw.ncpu) all
32
Windows:
33
runs-on: windows-latest
0 commit comments