mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
im stupid becaseu i forgor to change it everywhere else
This commit is contained in:
parent
4ce3c7bad5
commit
bdefeb0bbd
1 changed files with 2 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -169,9 +169,7 @@ jobs:
|
|||
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup CLI
|
||||
uses: ./.github/actions/setup-cli
|
||||
with:
|
||||
host: mac
|
||||
uses: geode-sdk/cli/.github/actions/setup@main
|
||||
|
||||
- name: Configure
|
||||
run: >
|
||||
|
@ -252,9 +250,7 @@ jobs:
|
|||
host: linux
|
||||
|
||||
- name: Setup CLI
|
||||
uses: ./.github/actions/setup-cli
|
||||
with:
|
||||
host: linux
|
||||
uses: geode-sdk/cli/.github/actions/setup@main
|
||||
|
||||
- name: Setup Breakpad Tools
|
||||
uses: ./.github/actions/setup-dump-sym
|
||||
|
|
Loading…
Reference in a new issue