Skip to content

Commit

Permalink
ci: add sudo to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
eligao committed Jul 31, 2023
1 parent f59ad98 commit cc3d148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
apt update
apt install zip
sudo apt update
sudo apt install zip
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build artifacts
Expand Down

0 comments on commit cc3d148

Please sign in to comment.