Install missing dependencies on CI
This commit is contained in:
parent
53f802b295
commit
3e29548608
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -29,6 +29,11 @@ jobs:
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
run: git fetch --force --prune --tags --unshallow
|
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
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue