Skip to content

Commit 9eb5b19

Browse files
committed
fixes?
1 parent b8170ba commit 9eb5b19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v5
2323
with:
24+
go-version: '1.24.2'
2425
check-latest: true
26+
27+
- name: Install libraries for ubuntu
28+
run: |
29+
apt install libx11-dev
2530
2631
- name: Print environment
2732
run: |

0 commit comments

Comments
 (0)