Skip to content

Commit

Permalink
test.yml: add a touch of sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim van der Molen committed Aug 2, 2024
1 parent 97997d8 commit 15f43b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: apt
if: startsWith(matrix.os, 'ubuntu')
run: |
apt update
apt install libsecret-1-dev pkg-config
sudo apt update
sudo apt install libsecret-1-dev pkg-config
# Work around a problem in GitHub Actions
- name: set-cc
Expand Down

0 comments on commit 15f43b8

Please sign in to comment.