Skip to content

Commit

Permalink
Try zstd on nightly Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed May 28, 2024
1 parent 10db852 commit cc9ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
env:
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zlib"
- run: cargo test
if: contains(matrix.os, 'ubuntu-24.04')
if: contains(matrix.os, 'ubuntu-24.04') || contains(matrix.rust, 'nightly')
env:
RUSTFLAGS: "-C link-arg=-Wl,--compress-debug-sections=zstd"

Expand Down

0 comments on commit cc9ebc5

Please sign in to comment.