1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

update ci config

This commit is contained in:
dark64 2023-01-24 18:50:11 +01:00
parent f4d8a662f0
commit 108a9b214b

View file

@ -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 \