Skip to content

Commit ed1fab0

Browse files
Fix macOS not building for mutliple architectures at once (#11)
* Update test.yml * Update action.yml
1 parent 3586c04 commit ed1fab0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build the mod
3838
uses: ./
3939
with:
40-
# sdk: nightly
40+
sdk: nightly
4141
build-config: RelWithDebInfo
4242
path: textureldr
4343
combine: true

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ runs:
167167
7z x llvm-inst.exe -ollvm bin/clang.exe bin/clang++.exe bin/lld-link.exe bin/llvm-rc.exe bin/*.dll lib/clang/*/include/*
168168
echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
169169
170-
- name: Install LLVM (MacOS)
171-
shell: bash
172-
run: |
173-
brew install llvm
174-
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
175-
if: steps.platform.outputs.id == 'mac'
170+
# - name: Install LLVM (MacOS)
171+
# shell: bash
172+
# run: |
173+
# brew install llvm
174+
# echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
175+
# if: steps.platform.outputs.id == 'mac'
176176

177177
- name: Download bindings repo
178178
if: inputs.bindings != 'geode-sdk/bindings' || inputs.bindings-ref != ''

0 commit comments

Comments
 (0)