Skip to content

Commit 473a2e9

Browse files
zaniebindygreg
authored andcommitted
Remove custom Rust toolchain installation
These should all come pre-installed on GitHub runners now so we can save some CI time
1 parent 21d1d05 commit 473a2e9

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/apple.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Install Rust
21-
uses: dtolnay/rust-toolchain@v1
22-
with:
23-
toolchain: stable
24-
2520
- name: Emit rustc version
2621
run: |
2722
rustc --version > .rustc-version

.github/workflows/linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
2323
- uses: actions/checkout@v4
2424

25-
- name: Install Rust
26-
uses: dtolnay/rust-toolchain@v1
27-
with:
28-
toolchain: stable
29-
3025
- name: Emit rustc version
3126
run: |
3227
rustc --version > .rustc-version

.github/workflows/windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Install Rust
21-
uses: dtolnay/rust-toolchain@v1
22-
with:
23-
toolchain: stable
24-
2520
- name: Emit rustc version
2621
run: |
2722
rustc --version > .rustc-version

0 commit comments

Comments
 (0)