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