mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-19 06:35:56 +08:00
fix clean up code
This commit is contained in:
parent
02b34f8ddb
commit
8930b782fe
2
.github/workflows/build_deps.yml
vendored
2
.github/workflows/build_deps.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
./build_release_macos.sh -dx -a universal -t 10.15 -1
|
./build_release_macos.sh -dx -a universal -t 10.15 -1
|
||||||
for arch in arm64 x86_64; do
|
for arch in arm64 x86_64; do
|
||||||
(cd "${{ github.workspace }}/deps/build/${arch}" && \
|
(cd "${{ github.workspace }}/deps/build/${arch}" && \
|
||||||
find . -maxdepth 2 -not -path "*/OrcaSlicer_dep*" -delete)
|
find . -mindepth 1 -maxdepth 1 ! -name 'OrcaSlicer_dep' -exec rm -rf {} +)
|
||||||
done
|
done
|
||||||
brew install zstd
|
brew install zstd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user