mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-06 14:25:39 +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
|
- name: Install packages
|
||||||
shell: bash
|
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
|
- name: Compile debug build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue