From 5259184248618669011d1bc226e16682dd91dee6 Mon Sep 17 00:00:00 2001 From: Griffin Berlstein Date: Mon, 16 Dec 2024 15:28:48 -0500 Subject: [PATCH] maybe doing this first will help for some reason? --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 15dd9dd61..71523ffe1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -92,6 +92,8 @@ jobs: packages: read container: ghcr.io/calyxir/calyx:${{ needs.hash.outputs.hash }} steps: + - name: Install Rust stable + uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Copy fud configuration run: | mkdir -p $HOME/.config @@ -107,10 +109,8 @@ jobs: git checkout -f $GITHUB_SHA git clean -fd - - name: Install Rust stable - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - cache: false + + - name: Build uses: actions-rs/cargo@v1