remove a step for installing dependencies

pull/36/head
Takayuki Maeda 3 years ago
parent f5004d9bcd
commit 0b6925f2b4

@ -83,10 +83,5 @@ 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 libxcb-xkb-dev
sudo apt install libxcb-composite0-dev
- name: Run Tests
run: cargo test --workspace -- --skip=e2e --color always

Loading…
Cancel
Save