Skip to content

Commit

Permalink
chore(ci): add free ubuntu space in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Feb 4, 2024
1 parent 55b36e0 commit a6719cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ jobs:
CARGO_INCREMENTAL: 0

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
swap-storage: true

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a6719cf

Please sign in to comment.