Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Free disk space more aggressively
  • Loading branch information
maltekliemann committed May 5, 2024
commit 332c6a3103b514a43303098aa02cbba4217d44ed
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install rust toolchain
run: rustup show
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

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