We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccb02e commit a126c37Copy full SHA for a126c37
1 file changed
.github/workflows/test.yaml
@@ -54,6 +54,10 @@ jobs:
54
with:
55
go-version: '1.24.2'
56
check-latest: true
57
+
58
+ - name: Install libraries for ubuntu
59
+ run: |
60
+ sudo apt install libx11-dev
61
62
- name: golangci-lint
63
uses: golangci/golangci-lint-action@v8
0 commit comments