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