Browse Source

workflows: sbi-testing should be built under nightly

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 year ago
parent
commit
76e69dcee6
1 changed files with 1 additions and 1 deletions
  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: |