浏览代码

Update build-linux-gcc.yml

updates the list of depenencies, these are required by both sdl2 and openal in order to properly compile and produce audio.
marauder2k7 7 月之前
父节点
当前提交
e946a0b70d
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/build-linux-gcc.yml

+ 7 - 0
.github/workflows/build-linux-gcc.yml

@@ -61,6 +61,13 @@ jobs:
                     libx11-dev \
                     libxxf86vm-dev \
                     libopenal-dev \
+                    libasound2-dev \
+                    libpipewire-0.3-dev \
+                    portaudio19-dev \
+                    oss4-dev \
+                    libjack-dev \
+                    libpulse-dev \
+                    libdbus-1-dev \
                     libfreetype6-dev \
                     libxcursor-dev \
                     libxinerama-dev \