Skip to content

Commit

Permalink
See if sudo works
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 27, 2020
1 parent b22c440 commit 96082e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install utilities
run: |
apt-get -qq -y update
apt-get -qq -y install shellcheck
sudo apt-get -qq -y update
sudo apt-get -qq -y install shellcheck
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit 96082e2

Please sign in to comment.