소스 검색

workflows: sbi-testing should be built under nightly

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 년 전
부모
커밋
76e69dcee6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: |