瀏覽代碼

Don't build with nightly

Jelmer Vernooij 1 年之前
父節點
當前提交
267ab61fcc
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/python-distributions.yml

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

@@ -43,8 +43,7 @@ jobs:
           CIBW_ARCHS_WINDOWS: AMD64 x86
           CIBW_ARCHS_WINDOWS: AMD64 x86
           CIBW_BEFORE_BUILD: >
           CIBW_BEFORE_BUILD: >
             pip install -U setuptools-rust &&
             pip install -U setuptools-rust &&
-            curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
-            rustup default nightly &&
+            curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y &&
             rustup target add all &&
             rustup target add all &&
             rustup show
             rustup show
       - name: Upload wheels
       - name: Upload wheels