From 0a5e335106dbdbbf4563247c80e1fb8d0cea4c69 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 15:18:31 -0400 Subject: [PATCH] Now that we know it *can* work, run faster --- .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 2d2ee40..74be3c4 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: complete - toolchain: nightly + profile: minimal + toolchain: stable target: aarch64-unknown-linux-gnu override: true - name: Run check