apt update ?

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

View file

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