From 7dfcb71ecfee9dbb7cd6c4e5706704312911eb9b Mon Sep 17 00:00:00 2001 From: John Lindsay Date: Wed, 22 May 2024 11:55:57 -0400 Subject: [PATCH] Update build-wheels.yml --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 366678bd..0b983173 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -30,7 +30,7 @@ jobs: - name: Install musl on linux if: startsWith(matrix.os, 'ubuntu') run: | - sudo apt-get install -y musl + apt install musl-tools - name: Run build script linux if: startsWith(matrix.os, 'ubuntu')