Skip to content

Commit

Permalink
🕴️ Don't run sudo inside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 1152a72 commit 67f4197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ jobs:
output-dir: wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: >
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install golang-go
add-apt-repository ppa:longsleep/golang-backports
apt-get update
apt-get install golang-go
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_COMMAND: >
hugo version
Expand Down

0 comments on commit 67f4197

Please sign in to comment.