Skip to content

Commit 52f635e

Browse files
committed
Update multiarch.yml
1 parent a0a1168 commit 52f635e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Install ORAS
20-
run: snap install oras --classic
20+
run: sudo snap install oras --classic
2121
- name: Deploy
2222
if: github.repository == 'pypa/manylinux'
2323
run: ./deploy_multiarch.sh

0 commit comments

Comments
 (0)