Skip to content

Commit

Permalink
Install sqlx cli
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Oct 2, 2024
1 parent 799ee33 commit 37281e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coprocessor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4

- name: Install sqlx-cli from crates.io
uses: baptiste0928/cargo-install@v3
with:
crate: sqlx-cli
version: '^0.8'

- name: Setup database
working-directory: ./fhevm-engine/coprocessor
run: |
Expand Down

0 comments on commit 37281e1

Please sign in to comment.