Workflow tweaks
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user