Skip to content
This repository was archived by the owner on Sep 18, 2022. It is now read-only.

Commit edf65a7

Browse files
committed
Merge remote-tracking branch 'origin/ci' into ci
2 parents e0e3c9d + 0d41d75 commit edf65a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ jobs:
3636
3737
- name: Install Meson/Ninja
3838
run: |
39+
sudo apt install mesa-common-dev libwayland-egl1 libgles2-mesa-dev libgl1-mesa-dev libglu1-mesa-dev fontconfig
3940
/opt/hostedtoolcache/Python/3.9.6/x64/python -m pip install ninja==1.9.0.post1
40-
/opt/hostedtoolcache/Python/3.9.6/x64/python -m pip install meson==0.53.0
41+
/opt/hostedtoolcache/Python/3.9.6/x64/python -m pip install meson==0.59.0
4142
4243
- name: Install libstardustxr
4344
run: |

0 commit comments

Comments
 (0)