diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce8ef05..9c66c51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Toolchain + id: toolchain uses: dtolnay/rust-toolchain@stable with: components: "clippy, rustfmt" @@ -52,6 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Toolchain + id: toolchain uses: dtolnay/rust-toolchain@stable - name: Cache uses: actions/cache@v3