diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index bbb590e7851..a25668d39d7 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -99,7 +99,7 @@ jobs: uses: dtolnay/rust-toolchain@stable if: ${{ !matrix.settings.docker }} with: - toolchain: stable + toolchain: nightly targets: ${{ matrix.settings.target }} - name: Cache cargo uses: actions/cache@v3