Skip to content

Commit 08daef5

Browse files
committed
update stupid shit
1 parent e9cc123 commit 08daef5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/multi-platform.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
runs-on: ${{ matrix.config.os }}
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- name: Checkout
38+
uses: actions/checkout@v4
39+
40+
- name: Update LLVM
41+
run: choco upgrade llvm
42+
if: matrix.config.os == 'windows-latest'
3843

3944
- name: Build the mod
4045
uses: geode-sdk/build-geode-mod@main

0 commit comments

Comments
 (0)