Skip to content

Commit 298a518

Browse files
committed
ci(session-e2e): align submodule/ALSA setup with test.yaml
1 parent 268f8d1 commit 298a518

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/session-e2e.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ jobs:
5050
- name: Checkout livekit-cli
5151
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5252
with:
53-
submodules: recursive
53+
# pkg/portaudio/pa_src is a submodule with the vendored PortAudio C
54+
# source; needed now that console (cgo) builds unconditionally.
55+
submodules: true
5456

5557
- name: Install ALSA headers (Linux)
56-
if: runner.os == 'Linux'
58+
if: matrix.os == 'ubuntu-latest'
5759
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
5860

5961
- name: Set up Go

0 commit comments

Comments
 (0)