install dependencies

pull/18/head
Takayuki Maeda 3 years ago
parent 942cdf22c6
commit 5ddc6f730d

@ -83,5 +83,8 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Install dependencies
if: runner.os != 'Linux'
run: sudo apt-get install xorg-dev
- name: Run Tests
run: cargo test -- --skip=e2e --color always

Loading…
Cancel
Save