mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-21 16:21:01 +00:00
Remove redundant step.
This commit is contained in:
parent
6af0a13c36
commit
48ce9dcacb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/general.yml
vendored
1
.github/workflows/general.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue