This commit is contained in:
Nikolay Kim 2025-03-19 21:06:16 +01:00
parent 8d2c0d2206
commit 7209b847c3
2 changed files with 0 additions and 10 deletions

View file

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

View file

@ -16,11 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- uses: actions/checkout@v4
- name: Install ${{ matrix.version }}