Update dispatch.yml

This commit is contained in:
OMGeeky
2023-04-03 18:26:30 +02:00
committed by GitHub
parent ae482a57c1
commit dfffb7e39d

View File

@@ -38,6 +38,8 @@ jobs:
id: compile
uses: rust-build/rust-build.action@v1.4.3
env:
# "-C target-feature=-crt-static" is required to be able
# to run in an alpine docker container
RUSTFLAGS: "-C target-feature=-crt-static"
with:
RUSTTARGET: ${{ matrix.target }}