mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
install alsa
This commit is contained in:
3
.github/workflows/build-showbridge.yaml
vendored
3
.github/workflows/build-showbridge.yaml
vendored
@@ -15,6 +15,9 @@ jobs:
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install alsa
|
||||
run: sudo apt install -y libasound2-dev
|
||||
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user