From 01664f8cba47d7053ef92477a41d59c6f077c2fc Mon Sep 17 00:00:00 2001 From: Jai A Date: Fri, 31 Jan 2025 15:41:47 -0800 Subject: [PATCH] add back rust setup --- .github/workflows/theseus-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/theseus-release.yml b/.github/workflows/theseus-release.yml index 1c60a6a55..25acc61ed 100644 --- a/.github/workflows/theseus-release.yml +++ b/.github/workflows/theseus-release.yml @@ -35,11 +35,11 @@ jobs: # components: rustfmt, clippy # targets: aarch64-apple-darwin, x86_64-apple-darwin -# - name: Rust setup -# if: "!startsWith(matrix.platform, 'macos')" -# uses: dtolnay/rust-toolchain@stable -# with: -# components: rustfmt, clippy + - name: Rust setup + if: "!startsWith(matrix.platform, 'macos')" + uses: dtolnay/rust-toolchain@stable + with: + components: rustfmt, clippy - name: Setup rust cache uses: actions/cache@v4