Skip to content

Commit

Permalink
Previous worked except for windows i686 - try static as well now
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 12, 2024
1 parent 590cf76 commit e373902
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.python-architecture }}-${{ matrix.features }}
# - uses: Swatinem/rust-cache@v2
# with:
# shared-key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.python-architecture }}-${{ matrix.features }}

- name: Setup (Mac)
if: runner.os == 'macOS'
Expand Down Expand Up @@ -182,6 +182,8 @@ jobs:
--release `
--out dist `
--target ${{ matrix.target }}-pc-windows-msvc `
--features blosc2-static `
--features blosc2-shared `
--manifest-path ${{ matrix.package.dir }}/Cargo.toml ${{ matrix.features }}
# Repair wheel
Expand Down

0 comments on commit e373902

Please sign in to comment.