Skip to content

Commit

Permalink
Free disk space to allow workflow to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Nov 4, 2024
1 parent e402fe6 commit 0e3ac90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Free disk space
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
tool-cache: false
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust Toolchain
Expand Down

0 comments on commit 0e3ac90

Please sign in to comment.