diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 676ff56..6976595 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,7 +67,7 @@ jobs: export CARGO_HOME="${{ runner.temp }}/cargo" export PATH="$CARGO_HOME/bin:$PATH" python -m pip install --upgrade pip - pip install maturin + pip install maturin cargo-xwin if ! command -v sccache >/dev/null 2>&1; then cargo install sccache || pip install sccache fi