mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
workflow: call apt-get update before installing Ubuntu dependencies
This commit is contained in:
parent
afba3ba01c
commit
46b29a136e
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -365,6 +365,7 @@ jobs:
|
||||
- name: Install dependencies (Ubuntu)
|
||||
if: matrix.os == 'ubuntu-16.04'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential bison flex libfreetype6-dev libgl1-mesa-dev libjpeg-dev libode-dev libopenal-dev libpng-dev libssl-dev libvorbis-dev libx11-dev libxcursor-dev libxrandr-dev nvidia-cg-toolkit zlib1g-dev
|
||||
- name: Get thirdparty packages (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
|
Loading…
x
Reference in New Issue
Block a user