Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
krakerag committed Nov 16, 2023
1 parent b65b892 commit 55140f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

- name: Build environment
run: |
apt-get update && \
apt-get upgrade -y && \
apt-get install -y less wget && \
apt-get install -y build-essential && \
apt-get install -y libdancer-perl
sudo apt-get update && \
sudo apt-get upgrade -y && \
sudo apt-get install -y less wget && \
sudo apt-get install -y build-essential && \
sudo apt-get install -y libdancer-perl
- name: Run docker image with entrypoint
run: perl app.pl &
Expand Down

0 comments on commit 55140f4

Please sign in to comment.