We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062a628 commit d384069Copy full SHA for d384069
1 file changed
.github/workflows/build.yml
@@ -42,7 +42,8 @@ jobs:
42
run: |
43
sudo apt-get update
44
sudo apt-get install -y libx11-dev libgl1-mesa-dev ninja-build cmake \
45
- doxygen graphviz python3-sphinx python3-sphinx-rtd-theme
+ doxygen graphviz python3-sphinx python3-sphinx-rtd-theme \
46
+ libepoxy-dev
47
48
- name: Configure CMake (macOS)
49
if: runner.os == 'macOS'
0 commit comments