Skip to content

Commit e1b0fb9

Browse files
committed
chore(build.yaml): switch to dtolnay/rust-toolchain@stable for Rust setup in GitHub Actions
refactor(build.yaml): remove redundant toolchain and profile parameters, simplify setup step
1 parent 9352724 commit e1b0fb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
echo "Building version: $VERSION"
3030
3131
- name: Setup Rust Toolchain
32-
uses: actions-rs/toolchain@v1
32+
uses: dtolnay/rust-toolchain@stable
3333
with:
34-
toolchain: stable
35-
profile: minimal
36-
target: x86_64-unknown-linux-musl
34+
targets: x86_64-unknown-linux-musl
3735

3836
- name: Setup Build Dependencies
3937
run: |

0 commit comments

Comments
 (0)