Skip to content

Commit b7b5641

Browse files
committed
_
1 parent 80df27b commit b7b5641

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
uses: actions/checkout@v3
1818
- uses: jirutka/setup-alpine@v1
1919
with:
20-
branch: v3.15
20+
arch: x86_64
21+
packages: >
22+
rustup
2123
2224
- name: Install Rust stable toolchain via rustup
2325
run: rustup-init --default-toolchain stable --profile minimal -y

0 commit comments

Comments
 (0)