We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80df27b commit b7b5641Copy full SHA for b7b5641
1 file changed
.github/workflows/build.yaml
@@ -17,7 +17,9 @@ jobs:
17
uses: actions/checkout@v3
18
- uses: jirutka/setup-alpine@v1
19
with:
20
- branch: v3.15
+ arch: x86_64
21
+ packages: >
22
+ rustup
23
24
- name: Install Rust stable toolchain via rustup
25
run: rustup-init --default-toolchain stable --profile minimal -y
0 commit comments