mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
Add apt update atep
Adding a step to refresh the apt repository index for linux builds
This commit is contained in:
parent
bb68f92d3e
commit
5c0792d5f2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -104,6 +104,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
- name: Update apt repository index
|
||||||
|
run: sudo apt update
|
||||||
- name: Install apt packages
|
- name: Install apt packages
|
||||||
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
|
run: sudo apt install -y mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0
|
||||||
- name: Install python modules
|
- name: Install python modules
|
||||||
|
|
Loading…
Reference in a new issue