mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 08:41:15 -05:00
llvm 15
This commit is contained in:
parent
1d8a64f77e
commit
37590e957f
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -33,6 +33,7 @@ env:
|
|||
jobs:
|
||||
build-windows:
|
||||
name: Build Windows
|
||||
if: false
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
|
@ -165,8 +166,8 @@ jobs:
|
|||
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
brew install llvm@16
|
||||
echo "/opt/homebrew/opt/llvm@16/bin" >> $GITHUB_PATH
|
||||
brew install llvm@15
|
||||
echo "/opt/homebrew/opt/llvm@15/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup CLI
|
||||
uses: geode-sdk/cli/.github/actions/setup@main
|
||||
|
@ -222,6 +223,7 @@ jobs:
|
|||
|
||||
name: Build ${{ matrix.config.name }}
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue