From 00133d8b7b22eb23954d6d94a71e8bec12420f65 Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:50:34 +0200 Subject: [PATCH] Update dispatch.yml (static linking musl issue) --- .github/workflows/dispatch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 50213a6..9afe5f6 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -38,6 +38,8 @@ jobs: - name: Compile id: compile uses: rust-build/rust-build.action@v1.4.3 + env: + RUSTFLAGS: "-C target-feature=-crt-static" with: RUSTTARGET: ${{ matrix.target }} ARCHIVE_TYPES: ${{ matrix.archive }}