File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
- name : Build the mod
38
38
uses : ./
39
39
with :
40
- # sdk: nightly
40
+ sdk : nightly
41
41
build-config : RelWithDebInfo
42
42
path : textureldr
43
43
combine : true
Original file line number Diff line number Diff line change @@ -167,12 +167,12 @@ runs:
167
167
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/*
168
168
echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
169
169
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'
176
176
177
177
- name : Download bindings repo
178
178
if : inputs.bindings != 'geode-sdk/bindings' || inputs.bindings-ref != ''
You can’t perform that action at this time.
0 commit comments