From 681ec8d1618e3bf34a2d067214b35023e362b32e Mon Sep 17 00:00:00 2001 From: Aaron Kutch Date: Thu, 6 Jun 2024 14:16:39 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33556d2..6d63353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: run: | rustup set profile minimal rustup default stable + rustup target add x86_64-unknown-linux-musl - name: Run test suite run: | cargo test --all-features