mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-15 08:59:39 -07:00
Update build_orca.yml
This commit is contained in:
parent
5b1bc5c0ef
commit
adba9a0280
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_orca.yml
vendored
3
.github/workflows/build_orca.yml
vendored
|
|
@ -81,11 +81,10 @@ jobs:
|
|||
- name: Install tools mac
|
||||
if: inputs.os == 'macos-14'
|
||||
run: |
|
||||
brew install tree ninja libtool
|
||||
brew install ninja libtool
|
||||
brew list
|
||||
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}
|
||||
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}/OrcaSlicer_dep_${{inputs.arch}}
|
||||
tree ${{ github.workspace }}/deps/build_${{inputs.arch}}/OrcaSlicer_dep_${{inputs.arch}}
|
||||
|
||||
- name: Free disk space
|
||||
if: inputs.os == 'macos-14'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue