Skip to content

Commit

Permalink
fix: debug run fixed adding key module: X11
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDRVV authored Dec 26, 2024
1 parent c220999 commit c25ff41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
sudo apt update 2>/dev/null | grep packages | cut -d '.' -f 1
sudo apt install libpcap-dev
sudo apt install libx11-dev
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit c25ff41

Please sign in to comment.