add libx11

This commit is contained in:
Piotr Siuszko 2022-09-25 18:34:11 +02:00
parent 6ca1361efa
commit 7ed317d566
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dep
run: sudo apt-get install -y libx11-dev
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
with: