From 4ea911e6b2a6ed3fca2a44ea83013ed0cd5b43c7 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 29 May 2024 20:51:39 -0400 Subject: [PATCH] fix workflow again --- .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 0fb4ef9..ea44565 100644 --- a/.github/workflows/main-rust.yml +++ b/.github/workflows/main-rust.yml @@ -30,6 +30,9 @@ jobs: with: toolchain: stable + - name: Install musl-gcc + run: sudo apt-get install musl-tools + - name: Install cargo musl target run: rustup target add x86_64-unknown-linux-musl