Skip to content

Commit 70f29d0

Browse files
committed
c
1 parent ef40ac3 commit 70f29d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fetch-depth: 0
2222
- name: Install dependencies
2323
run: |
24-
apt-get update
25-
apt-get install -y bc git
24+
sudo apt-get update
25+
sudo apt-get install -y bc git
2626
- name: Validate sequencer-status
2727
run: |
2828
./travis/test.sh

0 commit comments

Comments
 (0)