mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
upd: update repo before install in pr-linux
This commit is contained in:
parent
bfa38aa894
commit
9fafb1fe32
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr-test-build-linux.yml
vendored
4
.github/workflows/pr-test-build-linux.yml
vendored
|
|
@ -21,6 +21,10 @@ jobs:
|
|||
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