.github/workflows: add libxcb-icccm4-dev to ubuntu runner
This commit is contained in:
parent
b64183fb19
commit
7bb68d7d59
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Install XCB and GL dependencies
|
- name: Install XCB and GL dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev
|
sudo apt install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev
|
||||||
if: contains(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
- name: Install rust stable
|
- name: Install rust stable
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|
Loading…
Reference in a new issue