1
0
Fork 0

Change dependency libxcursor to libxcursor-dev

This commit is contained in:
Billy Messenger 2020-09-13 18:33:51 -05:00 committed by GitHub
parent fea93a4192
commit ec174d0b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
- name: Install XCB and GL dependencies
run: |
sudo apt update
sudo apt install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev libxcursor
sudo apt install libx11-xcb-dev libxcb-dri2-0-dev libgl1-mesa-dev libxcb-icccm4-dev libxcursor-dev
if: contains(matrix.os, 'ubuntu')
- name: Install rust stable
uses: actions-rs/toolchain@v1