Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Update CI.yml

Update CI.yml
  • Loading branch information
ForgQi committed Mar 5, 2024
1 parent b499321 commit 987101d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist -m crates/stream-gears/Cargo.toml
sccache: 'true'
manylinux: manylinux_2_28
sccache: 'false'
manylinux: ${{ matrix.target == 'aarch64' && '2_28' || 'auto' }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 987101d

Please sign in to comment.