mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 09:05:54 +08:00
Fix flatpak build (#8056)
Some checks failed
Build all / Build All (ubuntu-24.04) (push) Failing after 6m2s
Build all / Build All (ubuntu-20.04) (push) Failing after 6m22s
Build all / Build All (arm64, macos-14) (push) Failing after 6m25s
Build all / Build All (x86_64, macos-14) (push) Failing after 6m50s
Build all / Flatpak (push) Failing after 4m1s
Build all / Build All (windows-latest) (push) Has been skipped
Orca bot / stale (push) Successful in 24s
Some checks failed
Build all / Build All (ubuntu-24.04) (push) Failing after 6m2s
Build all / Build All (ubuntu-20.04) (push) Failing after 6m22s
Build all / Build All (arm64, macos-14) (push) Failing after 6m25s
Build all / Build All (x86_64, macos-14) (push) Failing after 6m50s
Build all / Flatpak (push) Failing after 4m1s
Build all / Build All (windows-latest) (push) Has been skipped
Orca bot / stale (push) Successful in 24s
This commit is contained in:
parent
70579f9159
commit
2ea2ab08de
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
steps:
|
||||
- name: "Remove unneeded stuff to free disk space"
|
||||
run:
|
||||
sudo rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
|
||||
rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Get the version and date
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user