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