From c11c99748b1c49937081658d9aef01cdefb0d7d1 Mon Sep 17 00:00:00 2001 From: Sam Kirby Date: Tue, 7 Feb 2023 00:54:37 +0000 Subject: [PATCH] ci: include rustc version in hash --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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