Skip to content

Commit

Permalink
Add missing disk cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann committed Feb 27, 2024
1 parent 025ce2e commit 2f93eb8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

- name: Install build tools
run: ./scripts/init.sh

Expand All @@ -101,6 +106,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

- name: Install build tools
run: ./scripts/init.sh

Expand Down

0 comments on commit 2f93eb8

Please sign in to comment.