Skip to content

Commit 80df27b

Browse files
committed
_
1 parent 85ddc8c commit 80df27b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
- uses: jirutka/setup-alpine@v1
1919
with:
2020
branch: v3.15
21-
packages: >
22-
rust
23-
cargo
21+
22+
- name: Install Rust stable toolchain via rustup
23+
run: rustup-init --default-toolchain stable --profile minimal -y
24+
shell: alpine.sh {0}
25+
2426
- run: cargo build && cargo build --release
2527
shell: alpine.sh {0}
2628

0 commit comments

Comments
 (0)