mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Update build-linux.yml
fix: update repo before install packages
This commit is contained in:
parent
c3ac04b82f
commit
728eb0ab1f
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue