Skip to content

Commit a126c37

Browse files
committed
fix?
1 parent fccb02e commit a126c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
with:
5555
go-version: '1.24.2'
5656
check-latest: true
57+
58+
- name: Install libraries for ubuntu
59+
run: |
60+
sudo apt install libx11-dev
5761
5862
- name: golangci-lint
5963
uses: golangci/golangci-lint-action@v8

0 commit comments

Comments
 (0)