소스 검색

Stop installing all targets for cibuildwheel

Jelmer Vernooij 11 달 전
부모
커밋
06166f4b5e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/python-distributions.yml

+ 0 - 1
.github/workflows/python-distributions.yml

@@ -44,7 +44,6 @@ jobs:
           CIBW_BEFORE_BUILD: >
             pip install -U setuptools-rust &&
             curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
-            rustup target add all &&
             rustup show
       - name: Upload wheels
         uses: actions/upload-artifact@v3