Skip to content

Commit 85fa28f

Browse files
committed
Build: Fix typo in sed script.
1 parent 56a3cf7 commit 85fa28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
{
8383
cibuildwheel --print-build-identifiers --platform linux \
8484
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
85-
| sed -e '/aarch64|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
85+
| sed -e '/aarch64\|armv7l/s|ubuntu-latest|ubuntu-24.04-arm|' \
8686
&& cibuildwheel --print-build-identifiers --platform macos \
8787
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
8888
&& cibuildwheel --print-build-identifiers --platform windows \

0 commit comments

Comments
 (0)