Skip to content

Commit b1630c7

Browse files
authored
Fixing workflows permissions
Need sudo for apt-get install
1 parent 5f9142d commit b1630c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bats.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
steps:
88
- name: Install Bats
99
run: |
10-
apt-get update
11-
apt-get install --assume-yes bats
10+
sudo apt-get update
11+
sudo apt-get install --assume-yes bats
1212
- name: Check out repository
1313
uses: actions/checkout@v2
1414
- name: Run tests

0 commit comments

Comments
 (0)