We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ddc8c commit 80df27bCopy full SHA for 80df27b
1 file changed
.github/workflows/build.yaml
@@ -18,9 +18,11 @@ jobs:
18
- uses: jirutka/setup-alpine@v1
19
with:
20
branch: v3.15
21
- packages: >
22
- rust
23
- cargo
+
+ - name: Install Rust stable toolchain via rustup
+ run: rustup-init --default-toolchain stable --profile minimal -y
24
+ shell: alpine.sh {0}
25
26
- run: cargo build && cargo build --release
27
shell: alpine.sh {0}
28
0 commit comments