Skip to content

Commit

Permalink
Fixing typo in linux command.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidanovic committed Jan 30, 2025
1 parent 374f6d2 commit 3e32152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Test ManyLinux Container
run: |
docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarch64 un-a
docker run --rm --platform linux/aarch64 quay.io/pypa/manylinux_2_28_aarch64 uname-a
- name: Install cibuildwheel
run: |
Expand Down

0 comments on commit 3e32152

Please sign in to comment.