1
0
Fork 0

Install missing dependencies on CI

This commit is contained in:
Robbert van der Helm 2022-02-06 02:23:01 +01:00
parent 53f802b295
commit 3e29548608

View file

@ -29,6 +29,11 @@ jobs:
- name: Fetch all git history
run: git fetch --force --prune --tags --unshallow
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libxcb-dev libgl-dev
- uses: actions/cache@v2
with:
path: |