Skip to content

Commit

Permalink
free disk space in other github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 1, 2024
1 parent ffcf2f0 commit 21e8c56
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/release-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true

# tar is required for cargo cache
- run: apk add --no-cache tar

Expand Down

0 comments on commit 21e8c56

Please sign in to comment.