fix(ci-cd): cache on failure
- use a different toolchain setup
This commit is contained in:
parent
5090157d91
commit
1c317e3f34
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -20,9 +20,11 @@ jobs:
|
||||
ports:
|
||||
- 5432:5432
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: actions/checkout@v4
|
||||
- run: rustup toolchain install stable --profile minimal
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
cache-on-failure: ""
|
||||
- name: Migrate database
|
||||
run: |
|
||||
sudo apt-get install libpq-dev -y
|
||||
|
Loading…
x
Reference in New Issue
Block a user