Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
ci(offchain): remove diesel
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Jun 26, 2023
1 parent 379b3c9 commit 075599c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-

- name: Install diesel
run: cargo install diesel_cli --no-default-features --features "postgres" --force

- name: Install cargo sweep
run: cargo install cargo-sweep
continue-on-error: true
Expand Down

0 comments on commit 075599c

Please sign in to comment.