瀏覽代碼

Stop installing all targets for cibuildwheel

Jelmer Vernooij 1 年之前
父節點
當前提交
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