Rapidmidiex / rmxtui

1 stars 0 forks source link

Fix MIDI Audio tests #4

Closed harveysanders closed 1 year ago

harveysanders commented 1 year ago

https://github.com/Rapidmidiex/rmxtui/actions/runs/4039661780/jobs/6944598802#step:4:46

# pkg-config --cflags  -- alsa
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable

Error due to missing libasound2-dev deps on Linux https://github.com/hajimehoshi/oto#linux

Potential Fix

Add https://stackoverflow.com/questions/55172064/docker-installing-packages-on-alpine-distro-that-arent-available-in-the-alpin

harveysanders commented 1 year ago

https://github.com/Rapidmidiex/rmxtui/commit/bd119669671e9f85a7d2ae70e693da35f56aede8#diff-cb63f6037602c7aa1591d3dca2a9c1870ef95ac59f67aaa90dd9cd1163e20898R11