Skip to content

Commit b43f844

Browse files
committed
Install gl package in analysis as well
1 parent 47efc9d commit b43f844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
go install github.com/mattn/goveralls@latest
2424
go install lucor.dev/lian@latest
2525
26+
- name: Get dependencies
27+
run: sudo apt-get update && sudo apt-get install libgles2-mesa-dev
28+
2629
- name: Vet
2730
run: go vet ./...
2831

0 commit comments

Comments
 (0)