Skip to content

Commit 96082e2

Browse files
See if sudo works
1 parent b22c440 commit 96082e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install utilities
2626
run: |
27-
apt-get -qq -y update
28-
apt-get -qq -y install shellcheck
27+
sudo apt-get -qq -y update
28+
sudo apt-get -qq -y install shellcheck
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)