Fix build

This commit is contained in:
Liam Galvin 2021-12-17 09:23:41 +00:00
parent c13036db01
commit b30f173090
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: |
sudo apt update
sudo apt install xorg-dev libgl1-mesa-dev
DISPLAY=:0 go test -mod=vendor ./...