diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0fa944b..ae73594 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: matrix: platform: - runner: ubuntu-latest - target: x86_64 + target: x86_64-unknown-linux-gnu steps: - uses: actions/checkout@v4 @@ -38,6 +38,7 @@ jobs: source $HOME/.cargo/env rustup default nightly rustup target add x86_64-unknown-linux-gnu + cargo install sccache - name: Build wheels run: | source $HOME/.cargo/env