mirror of https://github.com/liamg/aminal.git
Fix build
This commit is contained in:
parent
c13036db01
commit
b30f173090
|
@ -16,5 +16,6 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install xorg-dev libgl1-mesa-dev
|
sudo apt install xorg-dev libgl1-mesa-dev
|
||||||
DISPLAY=:0 go test -mod=vendor ./...
|
DISPLAY=:0 go test -mod=vendor ./...
|
||||||
|
|
Loading…
Reference in New Issue