Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
add free work space
  • Loading branch information
zachary0809 authored Mar 19, 2024
1 parent c0e85a8 commit 843df61
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Free up space on runner
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Rust Setup
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 843df61

Please sign in to comment.