fix: sudo not intalled on runners

This commit is contained in:
Chance 2025-04-10 22:57:19 -04:00 committed by BitSyndicate
parent f67211234c
commit 3458028064
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 }}