apt update ?
This commit is contained in:
parent
00fd633838
commit
71e31ca60e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
DISPLAY: ':99.0'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Update apt
|
||||
run: sudo apt update
|
||||
|
||||
- name: Install xorg-dev
|
||||
run: sudo apt install xorg-dev
|
||||
|
|
Loading…
Reference in a new issue