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 a8abb96 commit c59f30fCopy full SHA for c59f30f
.github/workflows/build-test.yaml
@@ -21,7 +21,7 @@ jobs:
21
if: matrix.os == 'ubuntu-latest'
22
run: |
23
sudo apt-get update -y -qq
24
- sudo apt install -y libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
+ sudo apt install -y libegl1-mesa-dev libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
25
- name: Install Python
26
uses: actions/setup-python@v2
27
with:
0 commit comments