소스 검색

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_BEFORE_BUILD: >
             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 show
       - name: Upload wheels