Skip to content

Commit 50b6f87

Browse files
committed
try override on build
1 parent 826be59 commit 50b6f87

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/test.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ jobs:
3232
target: x86_64-unknown-linux-musl
3333
- name: Show installed targets
3434
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
35+
- uses: actions-rs/cargo@v1
36+
name: Build
37+
with:
38+
command: build
39+
args: |
40+
--release
41+
--target=x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)