From 60c3c00c2ae2a7b6bf31d2cc42ee33a2e547a856 Mon Sep 17 00:00:00 2001 From: John Lindsay Date: Wed, 22 May 2024 11:57:59 -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 0b983173..7bf45216 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: | - apt install musl-tools + sudo apt install musl-tools - name: Run build script linux if: startsWith(matrix.os, 'ubuntu')