Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 6, 2023
1 parent d231e51 commit 39d3bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Install dependencies"
run: |
pip install -r requirements.txt
apt update && apt install -y docker-compose
sudo apt update && sudo apt install -y docker-compose
- name: "Checkout JellyPlex-Watched-CI"
uses: actions/checkout@v2
Expand Down

0 comments on commit 39d3bb0

Please sign in to comment.