From 510d9677772289363b20d9c094085836f1eb9a92 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Sat, 3 Jun 2023 14:33:27 -0400 Subject: [PATCH] Add MUSL target --- .github/workflows/main-rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main-rust.yml b/.github/workflows/main-rust.yml index 48064e0..a2b53f6 100644 --- a/.github/workflows/main-rust.yml +++ b/.github/workflows/main-rust.yml @@ -30,6 +30,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: toolchain: stable + targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl" # Building actions - name: Build