1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

CI: Free space before test (#3303)

This commit is contained in:
LoveSy
2024-03-11 23:34:04 +08:00
committed by GitHub
parent ba7bddeadc
commit 52b0d5fbf9
2 changed files with 56 additions and 0 deletions

View File

@ -81,6 +81,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Free Disk Space
run: ./scripts/free-disk-space.sh
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0