Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Jul 3, 2023
1 parent 8a967f2 commit 2100dd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
steps:
- name: Install miredo
run: |
apt-get install sudo -y
apt-get update
apt install -y miredo
sudo apt-get update
sudo apt-get install -y miredo
sudo miredo
cat /etc/miredo.conf
sleep 1
Expand Down

0 comments on commit 2100dd3

Please sign in to comment.