Skip to content

Commit

Permalink
Install sqlx-cli from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Dec 11, 2020
1 parent 30b6fc7 commit 4c5d3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: update-deps
run: |
rustup update stable
cargo install sqlx-cli
cargo install sqlx-cli --git https://github.com/alekseysidorov/sqlx.git
cargo install diesel_cli --no-default-features --features postgres
docker pull matterlabs/ci-integration-test:zk-latest
Expand Down
2 changes: 1 addition & 1 deletion docker/integration-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:$PATH
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
RUN cargo install diesel_cli --no-default-features --features postgres
RUN cargo install --version=0.2.0 sqlx-cli
RUN cargo install sqlx-cli --git https://github.com/alekseysidorov/sqlx.git

# Postgresql: Enable trust authentication to allow any connections.
RUN mkdir -p /etc/postgresql/11/main
Expand Down

0 comments on commit 4c5d3fa

Please sign in to comment.