mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
feat(CI): Fix alsa.pc not found on ubuntu-latest.
This commit is contained in:
parent
d19d513ea8
commit
6b67d6b544
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -44,6 +44,9 @@ jobs:
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ilammy/setup-nasm@v1.2.0
|
||||
- name: Install libasound2-dev # sointu-cli has alsa as dependency for playing sound and
|
||||
if: ${{ matrix.config.os == 'ubuntu-latest' }} # ubuntu was complaining about "Package alsa was not found in the pkg-config search path.",
|
||||
run: sudo apt install libasound2-dev # leading to tests failing. This fixes that.
|
||||
- name: Run ctest
|
||||
env:
|
||||
ASM_NASM: ${{ matrix.config.asmnasm }}
|
||||
|
Loading…
Reference in New Issue
Block a user