mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-29 20:59:08 +00:00
Free slightly more disk space
This commit is contained in:
parent
e0cea6bd5d
commit
1b269da239
2 changed files with 16 additions and 16 deletions
16
.github/workflows/pr_master.yml
vendored
16
.github/workflows/pr_master.yml
vendored
|
@ -24,14 +24,14 @@ jobs:
|
||||||
name: Build (Linux)
|
name: Build (Linux)
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: jlumbroso/free-disk-space@main
|
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
with:
|
with:
|
||||||
# Removing Android stuff should be enough
|
# Removing Android, .NET, docker stuff should be enough
|
||||||
android: true
|
android: true
|
||||||
dotnet: false
|
dotnet: true
|
||||||
|
docker-images: true
|
||||||
haskell: false
|
haskell: false
|
||||||
large-packages: false
|
large-packages: false
|
||||||
docker-images: false
|
|
||||||
swap-storage: false
|
swap-storage: false
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -79,14 +79,14 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
test_package: ${{ steps.upload_artifacts.outputs.artifact-id }}
|
test_package: ${{ steps.upload_artifacts.outputs.artifact-id }}
|
||||||
steps:
|
steps:
|
||||||
- uses: jlumbroso/free-disk-space@main
|
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
with:
|
with:
|
||||||
# Removing Android stuff should be enough
|
# Removing Android, .NET, docker stuff should be enough
|
||||||
android: true
|
android: true
|
||||||
dotnet: false
|
dotnet: true
|
||||||
|
docker-images: true
|
||||||
haskell: false
|
haskell: false
|
||||||
large-packages: false
|
large-packages: false
|
||||||
docker-images: false
|
|
||||||
swap-storage: false
|
swap-storage: false
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
16
.github/workflows/push_master.yml
vendored
16
.github/workflows/push_master.yml
vendored
|
@ -18,14 +18,14 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: jlumbroso/free-disk-space@main
|
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
with:
|
with:
|
||||||
# Removing Android stuff should be enough
|
# Removing Android, .NET, docker stuff should be enough
|
||||||
android: true
|
android: true
|
||||||
dotnet: false
|
dotnet: true
|
||||||
|
docker-images: true
|
||||||
haskell: false
|
haskell: false
|
||||||
large-packages: false
|
large-packages: false
|
||||||
docker-images: false
|
|
||||||
swap-storage: false
|
swap-storage: false
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# fetch-depth and fetch-tags are required to properly tag pre-release builds
|
# fetch-depth and fetch-tags are required to properly tag pre-release builds
|
||||||
|
@ -117,14 +117,14 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
test_package: ${{ steps.upload_artifacts.outputs.artifact-id }}
|
test_package: ${{ steps.upload_artifacts.outputs.artifact-id }}
|
||||||
steps:
|
steps:
|
||||||
- uses: jlumbroso/free-disk-space@main
|
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
with:
|
with:
|
||||||
# Removing Android stuff should be enough
|
# Removing Android, .NET, docker stuff should be enough
|
||||||
android: true
|
android: true
|
||||||
dotnet: false
|
dotnet: true
|
||||||
|
docker-images: true
|
||||||
haskell: false
|
haskell: false
|
||||||
large-packages: false
|
large-packages: false
|
||||||
docker-images: false
|
|
||||||
swap-storage: false
|
swap-storage: false
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue