fix: sudo not intalled on runners

This commit is contained in:
Chance 2025-04-10 22:57:19 -04:00 committed by BitSyndicate
parent ea2a05fb39
commit c31830c0fb
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
9 changed files with 140 additions and 44 deletions

View file

@ -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 }}