mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
11
This commit is contained in:
parent
00eeab93fb
commit
efa6fc9b8c
1 changed files with 7 additions and 4 deletions
11
.github/workflows/build_all.yml
vendored
11
.github/workflows/build_all.yml
vendored
|
@ -70,17 +70,20 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
image: bilelmoussaoui/flatpak-github-actions:gnome-46
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
volumes:
|
||||||
|
- /usr/local/lib/android:/usr/local/lib/android
|
||||||
|
- /usr/share/dotnet:/usr/share/dotnet
|
||||||
steps:
|
steps:
|
||||||
- name: free disk space
|
- name: free disk space
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
with:
|
with:
|
||||||
tool-cache: true
|
tool-cache: false
|
||||||
android: true
|
android: true
|
||||||
dotnet: true
|
dotnet: true
|
||||||
haskell: true
|
haskell: false
|
||||||
large-packages: true
|
large-packages: false
|
||||||
docker-images: false
|
docker-images: false
|
||||||
swap-storage: true
|
swap-storage: false
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Get the version and date
|
- name: Get the version and date
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue