There was an error while loading. Please reload this page.
1 parent 039393b commit eca1c3bCopy full SHA for eca1c3b
1 file changed
.github/workflows/ci.yml
@@ -49,6 +49,9 @@ jobs:
49
save-cache: ${{ github.ref_name == 'main' }}
50
cache-key: test
51
52
+ - run: rustup target add x86_64-unknown-linux-musl
53
+ if: ${{ matrix.os == 'ubuntu-latest' }}
54
+
55
- run: cargo check --all-targets --all-features
56
env:
57
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
0 commit comments