mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(github): install Ubuntu dependencies before running test app
This commit is contained in:
parent
03cf683cdd
commit
bbd3f28adf
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -39,6 +39,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
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
|
||||
run: mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user