add libasound2-dev

This commit is contained in:
Nikolai Rodionov 2023-03-06 21:09:50 +01:00
parent 5ba78b1951
commit f9aca026c7
No known key found for this signature in database
GPG Key ID: 906851F91B1DA3EF

View File

@ -30,8 +30,8 @@ steps:
image: ubuntu
commands:
- apt update -y
- apt install -y build-essential libasound2 cmake fftw-dev pkg-config libx11-dev x11-xserver-utils libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libfftw3-dev
- cmake -B build -S /src -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
- apt install -y build-essential libasound2 cmake fftw-dev pkg-config libx11-dev x11-xserver-utils libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libfftw3-dev libasound2-dev
- cmake -B build -S $DRONE_WORKSPACE -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
- cmake --build build
- name: Prepare files for release