Skip to content

Commit c25ff41

Browse files
authored
fix: debug run fixed adding key module: X11
1 parent c220999 commit c25ff41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
sudo apt update 2>/dev/null | grep packages | cut -d '.' -f 1
2727
sudo apt install libpcap-dev
28+
sudo apt install libx11-dev
2829
2930
- name: Build
3031
run: go build -v ./...

0 commit comments

Comments
 (0)