fix: sudo not intalled on runners
This commit is contained in:
parent
ea2a05fb39
commit
c31830c0fb
9 changed files with 140 additions and 44 deletions
|
@ -41,8 +41,8 @@ jobs:
|
|||
|
||||
- name: 🛠️ Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
${{ matrix.deps }} \
|
||||
pkg-config \
|
||||
${{ matrix.pkg_config }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue