mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-15 19:33:38 +00:00
add step to install alsa
This commit is contained in:
@@ -25,6 +25,8 @@ jobs:
|
||||
uses: mlugg/setup-zig@v2
|
||||
with:
|
||||
version: 0.16.0
|
||||
- name: install alsa lib
|
||||
run: sudo apt-get install -y libasound2-dev
|
||||
- name: setup env variables
|
||||
run: |
|
||||
echo "SHOWBRIDGE_VERSION=${GITHUB_REF_NAME}" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user