Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljonsson committed Nov 6, 2023
1 parent 9bd7d23 commit f54d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: update debian
if: contains(matrix.os, 'ubuntu')
run: |
echo "deb https://archive.debian.org/debian stretch main" > /etc/apt/sources.list
sudo echo "deb https://archive.debian.org/debian stretch main" > /etc/apt/sources.list
- name: Run cibuildwheel
run: |
Expand Down

0 comments on commit f54d7e8

Please sign in to comment.