Skip to content

Commit efc0883

Browse files
committed
Limit enabling zstd tests for nightly rustc to Linux (where rust-lld is shipped).
1 parent d8bdecd commit efc0883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
env:
9494
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zlib"
9595
- run: cargo test
96-
if: contains(matrix.os, 'ubuntu-24.04') || contains(matrix.rust, 'nightly')
96+
if: contains(matrix.os, 'ubuntu-24.04') ||
97+
(contains(matrix.os, 'ubuntu') && contains(matrix.rust, 'nightly'))
9798
env:
9899
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zstd"
99100

0 commit comments

Comments
 (0)