Skip to content

Commit d384069

Browse files
committed
linux build: add libepoxy-dev to workflow.
1 parent 062a628 commit d384069

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: |
4343
sudo apt-get update
4444
sudo apt-get install -y libx11-dev libgl1-mesa-dev ninja-build cmake \
45-
doxygen graphviz python3-sphinx python3-sphinx-rtd-theme
45+
doxygen graphviz python3-sphinx python3-sphinx-rtd-theme \
46+
libepoxy-dev
4647
4748
- name: Configure CMake (macOS)
4849
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)