Skip to content

Commit

Permalink
fix: remove unnecessary tools folder to get more linking space
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Mar 19, 2024
1 parent 3556363 commit 0cebb7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
args: --debug cargo-make
- name: Install poetry
uses: snok/install-poetry@v1
# may protect against linking failure: no space left on device
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Run Rust CI
uses: actions-rs/cargo@v1
env:
Expand Down

0 comments on commit 0cebb7c

Please sign in to comment.