apt update ?

This commit is contained in:
Josh Deprez 2021-12-03 14:27:52 +11:00
parent 00fd633838
commit 71e31ca60e

View file

@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update apt
run: sudo apt update
- name: Install xorg-dev
run: sudo apt install xorg-dev