CI: Install missing package

This commit is contained in:
Unrud 2025-03-17 20:24:25 +01:00
parent 0fe41d0b15
commit 7c1652e9dd

View file

@ -23,7 +23,7 @@ jobs:
with: with:
go-version: stable go-version: stable
check-latest: true check-latest: true
- run: sudo apt install libxrandr-dev libxtst-dev - run: sudo apt install libxrandr-dev libxtst-dev libxt-dev
if: ${{ contains(matrix.tags, 'x11') }} if: ${{ contains(matrix.tags, 'x11') }}
- name: Go Format - name: Go Format