Skip to content

Commit

Permalink
[fixup] sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Aug 27, 2024
1 parent 571d522 commit 975b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install build tools and dependencies
run: DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libdvbcsa-dev libssl-dev zlib1g-dev libxml2-dev
run: DEBIAN_FRONTEND=noninteractive sudo apt-get -y install build-essential libdvbcsa-dev libssl-dev zlib1g-dev libxml2-dev
- name: configure
run: ./configure
- name: make
Expand Down

0 comments on commit 975b6fd

Please sign in to comment.