We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826be59 commit 50b6f87Copy full SHA for 50b6f87
1 file changed
.github/workflows/test.yaml
@@ -32,12 +32,10 @@ jobs:
32
target: x86_64-unknown-linux-musl
33
- name: Show installed targets
34
run: rustup target list --installed
35
- # - name: Add musl target
36
- # run: rustup target add x86_64-unknown-linux-musl
37
- # - uses: actions-rs/cargo@v1
38
- # name: Build
39
- # with:
40
- # command: build
41
- # args: |
42
- # --release
43
- # --target=x86_64-unknown-linux-musl
+ - uses: actions-rs/cargo@v1
+ name: Build
+ with:
+ command: build
+ args: |
+ --release
+ --target=x86_64-unknown-linux-musl
0 commit comments