update ci config
This commit is contained in:
parent
f4d8a662f0
commit
108a9b214b
1 changed files with 1 additions and 7 deletions
|
@ -118,16 +118,10 @@ jobs:
|
|||
path: ~/project
|
||||
- setup-sccache
|
||||
- restore-sccache-cache
|
||||
- run:
|
||||
name: Check format
|
||||
command: cargo fmt --all -- --check
|
||||
- run:
|
||||
name: Run clippy
|
||||
command: cargo clippy -- -D warnings
|
||||
- run:
|
||||
name: Install headless chrome dependencies
|
||||
command: |
|
||||
apt-get install -yq \
|
||||
apt-get update && apt-get install -yq \
|
||||
ca-certificates fonts-liberation libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 \
|
||||
libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 \
|
||||
libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \
|
||||
|
|
Loading…
Reference in a new issue