mirror of
https://github.com/TASEmulators/desmume
synced 2025-10-06 00:32:43 +02:00
CI: Install SDL2 instead of SDL 1.2
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: install dependencies
|
||||
run: sudo apt install meson libsdl1.2-dev libpcap-dev libgtk-3-dev
|
||||
run: sudo apt install meson libsdl2-dev libpcap-dev libgtk-3-dev
|
||||
|
||||
- name: meson
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user