diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 95cf0cf..0fa944b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,6 +37,7 @@ jobs: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env rustup default nightly + rustup target add x86_64-unknown-linux-gnu - name: Build wheels run: | source $HOME/.cargo/env