Update actions
This commit is contained in:
parent
cc776abd3b
commit
3889376dd3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Install package
|
||||
run: |
|
||||
sudo apt-get update -y; sudo apt-get -y install libxi-dev libxinerama-dev libxcursor-dev libxrandr-dev libgl1-mesa-dev
|
||||
sudo apt-get update -y; sudo apt-get -y install libxi-dev libxinerama-dev libxcursor-dev libxrandr-dev libgl1-mesa-dev libwayland-dev libxkbcommon-dev
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
working-directory: examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue