Skip to content

Commit 3e32152

Browse files
committed
Fixing typo in linux command.
1 parent 374f6d2 commit 3e32152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Test ManyLinux Container
123123
run: |
124-
docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarch64 un-a
124+
docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarch64 uname-a
125125
126126
- name: Install cibuildwheel
127127
run: |

0 commit comments

Comments
 (0)