Skip to content

Commit

Permalink
Add installation of libasound2-dev package in the CI action
Browse files Browse the repository at this point in the history
c.f. check in Makefile line 10:
`ifeq ($(shell test -d /usr/include/alsa && echo 1),1)`
  • Loading branch information
mesheets authored Feb 18, 2025
1 parent d59a39b commit 8dcaf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/brickEmu_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: apt-get update
run: sudo apt-get --assume-yes update
- name: install build dependencies
run: sudo apt-get --assume-yes install binutils-h8300-hms gcc-h8300-hms zlib1g-dev libsdl-sound1.2-dev
run: sudo apt-get --assume-yes install binutils-h8300-hms gcc-h8300-hms zlib1g-dev libsdl-sound1.2-dev libasound2-dev
- name: make_brick_emu
run: |
cd src
Expand Down

0 comments on commit 8dcaf82

Please sign in to comment.