mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 08:29:33 +02:00
Merge pull request #16575 from highfidelity/hd23408-apt-update
Add apt update step
This commit is contained in:
commit
7be921ad88
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