From 2ecc21dd7952b07728c939aae140c11159686ad8 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Fri, 12 Apr 2024 10:01:28 +0200 Subject: [PATCH] Previous worked except for windows i686 - try static as well now --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6dc92c37..5ff12b4a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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