Skip to content

Commit 7ddaab4

Browse files
Update Build_wheels_for_cpython310_x86.yml
1 parent 1f23d76 commit 7ddaab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build_wheels_for_cpython310_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Debootstrap Ubuntu ${{matrix.os.release}} ${{matrix.os.arch}}
5656
if: matrix.os.matrix == 'linux'
5757
run: |
58-
sudo debootstrap --no-merged-usr --verbose --include=sudo,wget,curl,ca-certificates --arch=${{matrix.os.arch}} ${{matrix.os.release}} ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} ${{matrix.os.mirror}} || tail ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}}/debootstrap/debootstrap.log
58+
sudo debootstrap --no-merged-usr --verbose --include=sudo,wget,curl,gnupg,ca-certificates --arch=${{matrix.os.arch}} ${{matrix.os.release}} ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} ${{matrix.os.mirror}} || tail ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}}/debootstrap/debootstrap.log
5959
6060
- name: Update and Upgrade Ubuntu ${{matrix.os.release}}
6161
if: matrix.os.matrix == 'linux'

0 commit comments

Comments
 (0)