Run apt-get update in CI

This commit is contained in:
Rafael Caricio 2020-06-19 15:17:13 +02:00 committed by Rafael Carício
parent ef94e5d5d4
commit 0761e36c76

View file

@ -16,6 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update APT
run: sudo apt-get update
- name: Install SDL2
run: sudo apt install libsdl2-dev libsdl2-2.0-0