mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-29 19:15:38 +00:00
Update source lists in Linux CI build before installing packages
This commit is contained in:
parent
5e5b1b64db
commit
004f0796b8
4
.github/workflows/linux-build.yml
vendored
4
.github/workflows/linux-build.yml
vendored
|
@ -18,7 +18,9 @@ jobs:
|
|||
|
||||
- name: Install packages
|
||||
shell: bash
|
||||
run: sudo apt-get -y install libsdl2-dev libgtk2.0-dev
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install libsdl2-dev libgtk2.0-dev
|
||||
|
||||
- name: Compile debug build
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue