Skip to content

Commit 01664f8

Browse files
committed
add back rust setup
1 parent 6a99ea5 commit 01664f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/theseus-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
# components: rustfmt, clippy
3636
# targets: aarch64-apple-darwin, x86_64-apple-darwin
3737

38-
# - name: Rust setup
39-
# if: "!startsWith(matrix.platform, 'macos')"
40-
# uses: dtolnay/rust-toolchain@stable
41-
# with:
42-
# components: rustfmt, clippy
38+
- name: Rust setup
39+
if: "!startsWith(matrix.platform, 'macos')"
40+
uses: dtolnay/rust-toolchain@stable
41+
with:
42+
components: rustfmt, clippy
4343

4444
- name: Setup rust cache
4545
uses: actions/cache@v4

0 commit comments

Comments
 (0)