We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a99ea5 commit 01664f8Copy full SHA for 01664f8
.github/workflows/theseus-release.yml
@@ -35,11 +35,11 @@ jobs:
35
# components: rustfmt, clippy
36
# targets: aarch64-apple-darwin, x86_64-apple-darwin
37
38
-# - name: Rust setup
39
-# if: "!startsWith(matrix.platform, 'macos')"
40
-# uses: dtolnay/rust-toolchain@stable
41
-# with:
42
-# components: rustfmt, clippy
+ - name: Rust setup
+ if: "!startsWith(matrix.platform, 'macos')"
+ uses: dtolnay/rust-toolchain@stable
+ with:
+ components: rustfmt, clippy
43
44
- name: Setup rust cache
45
uses: actions/cache@v4
0 commit comments