Skip to content

Commit df98d58

Browse files
committed
update workfrow
1 parent dcc37d3 commit df98d58

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
20+
- name: Install musl target
21+
run: rustup target add x86_64-unknown-linux-musl
22+
23+
- name: Install musl tools
24+
run: sudo apt-get update && sudo apt-get install -y musl-tools
25+
1926
- name: Build
2027
run: cargo build --verbose
21-
- name: Run tests
22-
run: cargo test --verbose

0 commit comments

Comments
 (0)