mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Install audio libraries for CodeQL
This commit is contained in:
parent
f7947b3fe3
commit
8cc1cd6f2c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main-codeql.yml
vendored
6
.github/workflows/main-codeql.yml
vendored
|
@ -47,6 +47,12 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
|
name: Install required packages
|
||||||
|
with:
|
||||||
|
packages: libopenal-dev libpulse-dev portaudio19-dev libasound2-dev libjack-dev libpipewire-0.3-dev qtbase5-dev libdbus-1-dev
|
||||||
|
version: "0.1"
|
||||||
|
|
||||||
# Setup SDL
|
# Setup SDL
|
||||||
- name: Set up SDL
|
- name: Set up SDL
|
||||||
id: sdl
|
id: sdl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue