diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index e5d42da..92ddb93 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: - name: Grab Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: - profile: complete + profile: default toolchain: stable target: aarch64-unknown-linux-musl override: true