Remove redundant step.

This commit is contained in:
LukeMathWalker 2021-01-23 17:55:57 +00:00
parent 6af0a13c36
commit 48ce9dcacb

View file

@ -78,7 +78,6 @@ jobs:
toolchain: stable
components: clippy
override: true
- run: rustup component add clippy
- name: Migrate database
run: |
sudo apt-get install libpq-dev -y