Skip to content

Commit

Permalink
Need sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent 902d91a commit c4e45f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- name: Install a few dependencies
run: |
apt update -y
apt install -y -q zstd build-essential
sudo apt update -y
sudo apt install -y -q zstd build-essential
# https://github.com/marketplace/actions/actions-setup-mysql
- name: Install ${{ matrix.mysql }}
Expand Down

0 comments on commit c4e45f8

Please sign in to comment.