Update actions

This commit is contained in:
Milan Nikolic 2024-02-26 09:38:46 +01:00
parent cc776abd3b
commit 3889376dd3
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install package - name: Install package
run: | 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 - name: Build
run: go build ./... run: go build ./...
working-directory: examples working-directory: examples