Update source lists in Linux CI build before installing packages

This commit is contained in:
Connor McLaughlin 2019-12-13 01:31:21 +10:00
parent 5e5b1b64db
commit 004f0796b8
1 changed files with 3 additions and 1 deletions

View File

@ -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