Skip to content

Commit

Permalink
Fixing workflows permissions
Browse files Browse the repository at this point in the history
Need sudo for apt-get install
  • Loading branch information
rcaloras committed Jan 26, 2022
1 parent 5f9142d commit b1630c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bats.yaml
Expand Up @@ -7,8 +7,8 @@ jobs:
steps:
- name: Install Bats
run: |
apt-get update
apt-get install --assume-yes bats
sudo apt-get update
sudo apt-get install --assume-yes bats
- name: Check out repository
uses: actions/checkout@v2
- name: Run tests
Expand Down

0 comments on commit b1630c7

Please sign in to comment.