Skip to content

Commit

Permalink
Update workflow libs
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Apr 19, 2024
1 parent 3cfa78b commit f6cedfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
go-version: '1.22'

- name: Install X11 development libraries
run: sudo apt-get update && sudo apt-get install -y libx11-dev libxcursor-dev
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libgl1-mesa-dev libxi-dev libxext-dev libglu1-mesa-dev xorg-dev
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit f6cedfe

Please sign in to comment.