Skip to content

Commit aa4efa3

Browse files
committed
fix: allow no support for x11
1 parent 2df28b5 commit aa4efa3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
go-version: '1.25'
2525
check-latest: true
2626

27-
- name: Install libraries for ubuntu
28-
run: |
29-
sudo apt install libx11-dev
27+
# - name: Install libraries for ubuntu
28+
# run: |
29+
# sudo apt install libx11-dev
3030

3131
- name: Print environment
3232
run: |

0 commit comments

Comments
 (0)