Skip to content

Commit

Permalink
Add sudo for apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
rcschrg committed Oct 19, 2023
1 parent 23556bd commit ed3a902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mango.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install -e .
apt update
apt install --assume-yes mosquitto
sudo apt update
sudo apt install --assume-yes mosquitto
service mosquitto start
pip3 install pytest
pip3 install coverage
Expand Down

0 comments on commit ed3a902

Please sign in to comment.