From d506725c895b78266f25753fc957e515170d5ad4 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 9 Oct 2023 11:02:52 -0400 Subject: [PATCH] Fix apk command copy paste error --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e34bc96d..e8186fc29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ environment = 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true" [[tool.cibuildwheel.overrides]] select = "*-musllinux*" -before-all = "apk add apk add --no-cache curl gcc && curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env && rustup install stable && rustup default stable" +before-all = "apk add --no-cache curl gcc && curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env && rustup install stable && rustup default stable" [[tool.cibuildwheel.overrides]] select = "*i686"