Update build-linux.yml

fix: update repo before install packages
This commit is contained in:
Alex V. 2025-08-07 15:27:39 +03:00 committed by GitHub
parent c3ac04b82f
commit 728eb0ab1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,11 @@ jobs:
go-version: '>=1.24'
check-latest: true
cache: false
- name: Update repository
run: |
sudo apt update
- name: Install packages
run: |
sudo apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa wget