Kaynağa Gözat

workflows: sbi-testing should be built under nightly

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 yıl önce
ebeveyn
işleme
76e69dcee6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -118,7 +118,7 @@ jobs:
       - uses: actions-rust-lang/setup-rust-toolchain@v1
         with:
           target: ${{ matrix.TARGET }}
-          toolchain: stable
+          toolchain: nightly
       - uses: Swatinem/rust-cache@v2
       - name: Build
         run: |