Skip to content

Commit 45ecd92

Browse files
committed
[CI] Fix macOS by using older version of premake
1 parent 221f476 commit 45ecd92

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
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 ..

.github/workflows/premake5-mac-xcode4.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: install premake5
3838
uses: ./.github/actions/install-premake5
3939
with:
40-
repository: premake/premake-core
40+
repository: Jarod42/premake-core
41+
ref: master
4142

4243
- name: test projects default(clang)
4344
run: python3 ./test_projects.py premake5 projects xcode4

.github/workflows/premake5-qt-mac-xcode4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: ./.github/actions/install-premake5
4646
with:
4747
repository: premake/premake-core
48+
ref: v5.0.0-beta7
4849

4950
- name: Installing Qt${{matrix.qt-version}} macos
5051
uses: jurplel/install-qt-action@v4

projects/disablewarnings/unsupported_by_xcode4

Whitespace-only changes.

projects/fatalwarnings/unsupported_by_xcode4

Whitespace-only changes.

0 commit comments

Comments
 (0)