this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#1273: added libsamplerate and libsndio libs installation for the SDL2 build

Nesbox ddc837f4 cd83a69f

+2 -2
+2 -2
.github/workflows/build.yml
··· 88 88 fetch-depth: 0 89 89 90 90 - name: Install 91 - run: sudo apt-get install libasound2-dev libglu1-mesa-dev 91 + run: sudo apt-get install libglu1-mesa-dev libasound2-dev libpulse-dev libaudio-dev libsamplerate0-dev libsndio-dev -y 92 92 93 93 - name: Build 94 94 run: | ··· 114 114 fetch-depth: 0 115 115 116 116 - name: Install 117 - run: sudo apt-get install libasound2-dev libglu1-mesa-dev 117 + run: sudo apt-get install libglu1-mesa-dev libasound2-dev libpulse-dev libaudio-dev libsamplerate0-dev libsndio-dev -y 118 118 119 119 - name: Build 120 120 run: |