Update dispatch.yml (static linking musl issue)

This commit is contained in:
OMGeeky
2023-04-03 17:50:34 +02:00
committed by GitHub
parent b9e349b07d
commit 00133d8b7b

View File

@@ -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 }}