mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
free space
This commit is contained in:
14
.github/workflows/build_all.yml
vendored
14
.github/workflows/build_all.yml
vendored
@@ -71,10 +71,16 @@ jobs:
|
|||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
# maybe i'm too dumb and fucked up to do CI. OH WELL :D -ppd
|
- name: free disk space
|
||||||
- name: "Remove unneeded stuff to free disk space"
|
uses: jlumbroso/free-disk-space@main
|
||||||
run:
|
with:
|
||||||
sudo rm -rf /usr/share/dotnet /opt/ghc "/usr/local/share/boost" "$AGENT_TOOLSDIRECTORY"
|
tool-cache: true
|
||||||
|
android: true
|
||||||
|
dotnet: true
|
||||||
|
haskell: true
|
||||||
|
large-packages: true
|
||||||
|
docker-images: true
|
||||||
|
swap-storage: true
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Get the version and date
|
- name: Get the version and date
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user