From 31d68afdc942b062ab80d51e8419988102e47f76 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 29 May 2024 20:50:38 -0400 Subject: [PATCH] fix workflow --- .github/workflows/main-rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main-rust.yml b/.github/workflows/main-rust.yml index 0d96cfd..0fb4ef9 100644 --- a/.github/workflows/main-rust.yml +++ b/.github/workflows/main-rust.yml @@ -30,6 +30,9 @@ jobs: with: toolchain: stable + - name: Install cargo musl target + run: rustup target add x86_64-unknown-linux-musl + # Building actions - name: Build run: RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-musl