1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

chore: Use actions-rs/toolchain instead of dtolnay/rust-toolchain

This commit is contained in:
Ryan Dahl 2022-03-02 08:59:21 -05:00
parent d8489b6f1f
commit 5f9759b6ca

View file

@ -85,7 +85,9 @@ jobs:
tar --exclude=".git*" --exclude=target --exclude=third_party/prebuilt \
-czvf target/release/deno_src.tar.gz -C .. deno
- uses: dtolnay/rust-toolchain@stable
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install clippy and rustfmt
if: matrix.job == 'lint'