mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Try free more disk spaces for flatpak build
This commit is contained in:
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
@@ -125,6 +125,7 @@ jobs:
|
|||||||
- /usr/share/dotnet:/usr/share/dotnet
|
- /usr/share/dotnet:/usr/share/dotnet
|
||||||
- /opt/ghc:/opt/ghc1
|
- /opt/ghc:/opt/ghc1
|
||||||
- /usr/local/share/boost:/usr/local/share/boost1
|
- /usr/local/share/boost:/usr/local/share/boost1
|
||||||
|
- /opt/hostedtoolcache:/opt/hostedtoolcache1
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -143,7 +144,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Remove unneeded stuff to free disk space"
|
- name: "Remove unneeded stuff to free disk space"
|
||||||
run:
|
run:
|
||||||
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/*" /opt/hostedtoolcache1/*
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Get the version and date
|
- name: Get the version and date
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user