From de1ca05735b8d58d81fa42f22a6ad2ecd5e199f6 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 4 Mar 2024 12:04:52 +0100 Subject: [PATCH] Add musl-tools --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cafec17..0d5e8fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: toolchain: stable override: true target: x86_64-unknown-linux-musl + - run: apt install musl-tools - uses: actions-rs/cargo@v1 with: command: build