Skip to content

Commit f779247

Browse files
committed
check out the installed targets
1 parent 5434f84 commit f779247

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/test.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ jobs:
2929
with:
3030
toolchain: stable
3131
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
32+
- name: Show installed targets
33+
run: rustup target list --installed
34+
# - name: Add musl target
35+
# run: rustup target add x86_64-unknown-linux-musl
36+
# - uses: actions-rs/cargo@v1
37+
# name: Build
38+
# with:
39+
# command: build
40+
# args: |
41+
# --release
42+
# --target=x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)