From 3263e279357ede2011733211b1a9e7cc6a13c5b6 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Sat, 28 Sep 2019 16:45:57 +0200 Subject: [PATCH] fix --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f3609aa..9127cb2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 + with: + toolchain: stable - run: rustup component add rustfmt - uses: actions-rs/cargo@v1 with: @@ -20,6 +22,8 @@ jobs: steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 + with: + toolchain: stable - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: