From 768c09046202041c42ad4d3cfe3efeab7fd3fb33 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 14:50:26 -0400 Subject: [PATCH] try nightly --- .forgejo/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 92ddb93..461c175 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -13,8 +13,8 @@ jobs: - name: Grab Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: - profile: default - toolchain: stable + profile: complete + toolchain: nightly target: aarch64-unknown-linux-musl override: true - name: Run check