mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(github): install Ubuntu dependencies before running test app
This commit is contained in:
parent
03cf683cdd
commit
bbd3f28adf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: Install dependencies (Ubuntu)
|
||||||
|
run: sudo apt install -y libopengl-dev libglx-dev libxext-dev libglvnd-dev
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue