Add libxfixes

This commit is contained in:
Emily Hudson 2020-06-29 15:54:37 +01:00
parent eef85a15e7
commit b02cff7fea

View File

@ -9,7 +9,7 @@ jobs:
name: Install dependencies name: Install dependencies
command: | command: |
apt-get update -qq apt-get update -qq
apt-get install -y build-essential clang-6.0 git libgl1-mesa-dev libglu1-mesa-dev libx11-dev apt-get install -y build-essential clang-6.0 git libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxfixes-dev
- checkout - checkout
- run: git submodule sync - run: git submodule sync
- run: git submodule update --init --recursive - run: git submodule update --init --recursive