Workflow tweaks

This commit is contained in:
2025-07-05 16:49:11 -04:00
parent 3b764baf0b
commit c1fac3a1f3
2 changed files with 5 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ jobs:
- name: Install build dependencies (Linux)
if: ${{ env.is_platform_enabled == 'true' && matrix.platform == 'linux' }}
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
run: sudo apt-get -y update; sudo apt-get -y install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Prepare output directories
if: ${{ env.is_platform_enabled == 'true' }}