gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit fcf2389a9d2904903ad6b917de4c886e19108994
parent a7a4bf29b44fa6ecb80f5b33fc75e2a9b29e45ea
Author: dsp56300 <lyve2909+githubdsp56300@gmail.com>
Date:   Wed, 14 Jul 2021 21:52:50 +0200

fix missing alsa for standalone build

Diffstat:
M.github/workflows/cmake.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Install X if: matrix.os == 'ubuntu-latest' - run: sudo apt update && sudo apt install -y libgl1-mesa-dev xorg-dev + run: sudo apt update && sudo apt install -y libgl1-mesa-dev xorg-dev libasound2-dev - uses: actions/checkout@v2 with: