Skip to content

Commit

Permalink
Run apt as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed Dec 30, 2022
1 parent 000a51b commit 7006cdc
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 @@ -47,8 +47,8 @@ jobs:

- name: Install packages
run: |
apt update
apt install make automake libtool pkg-config g++ libssl-dev libgsoap-dev gsoap libexpat-dev
sudo apt update
sudo apt install make automake libtool pkg-config g++ libssl-dev libgsoap-dev gsoap libexpat-dev
- name: Build
run: |
Expand Down

0 comments on commit 7006cdc

Please sign in to comment.