diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 570b6e4..5a78127 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -41,8 +41,8 @@ jobs: node-version: lts/* cache: 'npm' # Set this to npm, yarn or pnpm. - - name: install Rust stable - uses: dtolnay/rust-toolchain@stable + - name: install Rust nightly + uses: dtolnay/rust-toolchain@nightly with: # Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds. targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}