Skip to content

Commit bdd2c65

Browse files
committed
Trying to get github to build
1 parent 54a5e0b commit bdd2c65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/multi-platform.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838

39+
- name: Update LLVM Windows
40+
run: choco upgrade llvm
41+
if: matrix.config.os == 'windows-latest'
42+
3943
- name: Build the mod
4044
uses: geode-sdk/build-geode-mod@main
4145
with:
4246
combine: true
4347
target: ${{ matrix.config.target }}
48+
ccache-variant: ccache
49+
build-config: ${{ matrix.config.build-type || 'Release' }}
4450

4551
package:
4652
name: Package builds

0 commit comments

Comments
 (0)