mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
workaround to solve unwanted zstd dependency on runner (#3298)
* trigger build * Remove zstd only for dep build * reinstall zstd after building completed
This commit is contained in:
parent
98d8b010c4
commit
78c7abe4c2
3 changed files with 4 additions and 2 deletions
1
.github/workflows/build_orca.yml
vendored
1
.github/workflows/build_orca.yml
vendored
|
@ -77,7 +77,6 @@ jobs:
|
|||
if: inputs.os == 'macos-12'
|
||||
run: |
|
||||
brew install cmake git gettext tree
|
||||
brew uninstall --ignore-dependencies zstd
|
||||
brew list
|
||||
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}
|
||||
mkdir -p ${{ github.workspace }}/deps/build_${{inputs.arch}}/OrcaSlicer_dep_${{inputs.arch}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue