Skip to content

Commit e112970

Browse files
authored
Update build.yml
1 parent 75f5346 commit e112970

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
libxcursor-dev \
4242
libxi-dev \
4343
libjack-jackd2-dev \
44-
libasound2-dev
44+
libasound2-dev \
45+
libpulse-dev
4546
4647
# Windows: Rack dep build uses wget
4748
- name: Install Windows build dependencies
@@ -54,6 +55,7 @@ jobs:
5455
run: |
5556
git clone --recursive https://github.com/VCVRack/Rack.git rack
5657
58+
# Builds Rack dependencies into rack/dep
5759
- name: Build Rack dependencies
5860
run: |
5961
make -C rack dep

0 commit comments

Comments
 (0)