mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-29 12:49:13 +00:00
Free even more space
This commit is contained in:
parent
fa36ae5396
commit
551534418d
2 changed files with 0 additions and 32 deletions
16
.github/workflows/pr_master.yml
vendored
16
.github/workflows/pr_master.yml
vendored
|
@ -25,14 +25,6 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
# Removing Android, .NET, docker stuff should be enough
|
||||
android: true
|
||||
dotnet: true
|
||||
docker-images: true
|
||||
haskell: false
|
||||
large-packages: false
|
||||
swap-storage: false
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
@ -80,14 +72,6 @@ jobs:
|
|||
test_package: ${{ steps.upload_artifacts.outputs.artifact-id }}
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
# Removing Android, .NET, docker stuff should be enough
|
||||
android: true
|
||||
dotnet: true
|
||||
docker-images: true
|
||||
haskell: false
|
||||
large-packages: false
|
||||
swap-storage: false
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
|
16
.github/workflows/push_master.yml
vendored
16
.github/workflows/push_master.yml
vendored
|
@ -19,14 +19,6 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
# Removing Android, .NET, docker stuff should be enough
|
||||
android: true
|
||||
dotnet: true
|
||||
docker-images: true
|
||||
haskell: false
|
||||
large-packages: false
|
||||
swap-storage: false
|
||||
- uses: actions/checkout@v4
|
||||
# fetch-depth and fetch-tags are required to properly tag pre-release builds
|
||||
with:
|
||||
|
@ -118,14 +110,6 @@ jobs:
|
|||
test_package: ${{ steps.upload_artifacts.outputs.artifact-id }}
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
# Removing Android, .NET, docker stuff should be enough
|
||||
android: true
|
||||
dotnet: true
|
||||
docker-images: true
|
||||
haskell: false
|
||||
large-packages: false
|
||||
swap-storage: false
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue