Skip to content

Commit

Permalink
use no-compression
Browse files Browse the repository at this point in the history
  • Loading branch information
exfinen committed Dec 2, 2024
1 parent f194d26 commit 99c9750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand All @@ -48,5 +48,5 @@ jobs:
with:
name: binance_prover_${{ matrix.binary_suffix }}
path: artifacts/
compression-level: 9
compression-level: 0

0 comments on commit 99c9750

Please sign in to comment.