From 3cc8ee75ce72075cfca249f0092ea5393acd0f2b Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 15:02:28 -0400 Subject: [PATCH] maybe musl is a bad idea? --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 5c05dc5..10fd08d 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -15,7 +15,7 @@ jobs: with: profile: complete toolchain: nightly - target: aarch64-unknown-linux-musl + target: aarch64-unknown-linux-gnu override: true - name: Run check uses: https://github.com/actions-rs/cargo@v1