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