Skip to content

Commit eca1c3b

Browse files
committed
ci: add x86_64-unknown-linux-musl target
1 parent 039393b commit eca1c3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
save-cache: ${{ github.ref_name == 'main' }}
5050
cache-key: test
5151

52+
- run: rustup target add x86_64-unknown-linux-musl
53+
if: ${{ matrix.os == 'ubuntu-latest' }}
54+
5255
- run: cargo check --all-targets --all-features
5356
env:
5457
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml

0 commit comments

Comments
 (0)