Properly...

This commit is contained in:
Emily Hudson 2020-06-29 16:00:28 +01:00
parent 75f56b362d
commit d6a5cc5a84

View File

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