gh action cleanup space (#229)

This commit is contained in:
Nikolay Kim 2023-10-16 16:35:15 +06:00 committed by GitHub
parent 8c3e8ebfd9
commit 38cadcee92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,11 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- uses: actions/checkout@v3
- name: Install Rust
run: rustup update nightly