Skip to content

Commit

Permalink
Continuous Building
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlinat authored Oct 15, 2024
1 parent dfcd53e commit 5f6a0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
run: |
sudo apt update
sudo apt install libcurl4-openssl-dev libmad0-dev libsdl2-dev libvorbis-dev
sudo apt install libcurl4-openssl-dev libmpg123-dev libsdl2-dev libvorbis-dev
shell: bash
- name: "Linux: Compile the source code"
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
Expand Down

0 comments on commit 5f6a0e7

Please sign in to comment.