From eda5243c55b1696cf471683ab95d535d2415c870 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 29 Jul 2023 09:32:45 +0200 Subject: [PATCH] Use nightly toolchain --- .github/workflows/native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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