Skip to content

Commit d186961

Browse files
committed
Update ci.yml
1 parent 0fe420b commit d186961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
sudo rm /tmp/python-build/bin/2to3-3.11
9696

9797
# Archive the Python 3.11.8 (32-bit) build
98-
tar -czf python-3.11.8-32-bit.tar.gz -C "/tmp/python-build" .
98+
sudo tar -czf python-3.11.8-32-bit.tar.gz -C "/tmp/python-build" .
9999

100100
- name: Upload Python 3.11.8 (32-bit) artifact
101101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)