Skip to content

Commit

Permalink
ci: fix installing diesel_cli (#21039)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored Jan 31, 2025
1 parent 88f98b3 commit 6ad5c71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,14 @@ jobs:
- name: sui-execution
run: |
./scripts/execution_layer.py generate-lib
- name: Install diesel CLI, and cache the binary
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # pin@v3.0.0
- name: Install diesel CLI
uses: baptiste0928/cargo-install@v3
with:
crate: diesel_cli
version: '=2.2.6'
locked: true
args: --no-default-features
features: postgres
- name: Indexer schema
run: |
./scripts/generate_indexer_schema.sh
Expand Down

0 comments on commit 6ad5c71

Please sign in to comment.