mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-22 00:31: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
|
toolchain: stable
|
||||||
components: clippy
|
components: clippy
|
||||||
override: true
|
override: true
|
||||||
- run: rustup component add clippy
|
|
||||||
- name: Migrate database
|
- name: Migrate database
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install libpq-dev -y
|
sudo apt-get install libpq-dev -y
|
||||||
|
|
Loading…
Reference in a new issue