This commit is contained in:
Nicolas Patry 2023-08-09 23:02:11 +02:00
parent 171fcbe539
commit 90d778c059
1 changed files with 1 additions and 5 deletions

View File

@ -57,11 +57,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
override: true
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- uses: Swatinem/rust-cache@v2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3