Skip to content

Commit

Permalink
Update sqlx-cli version
Browse files Browse the repository at this point in the history
0.2.0 version is broken in combination with 0.4.0-beta sqlx, now
it is updated.
  • Loading branch information
slumber committed Dec 19, 2020
1 parent def2132 commit c590998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Upstream version of sqlx-cli has some incompatibilities with the sqlx version used zksync_storage.
run: |
rustup update stable
cargo install sqlx-cli --git https://github.com/alekseysidorov/sqlx.git
cargo install --version=0.2.0 sqlx-cli
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 .github/workflows/promote-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: init
run: |
cargo sqlx --version || cargo install --version=0.1.0-beta.1 sqlx-cli
cargo sqlx --version || cargo install --version=0.2.0 sqlx-cli
zk
zk run yarn
cp etc/tokens/{test,localhost}.json
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 sqlx-cli --git https://github.com/alekseysidorov/sqlx.git
RUN cargo install --version=0.2.0 sqlx-cli

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

0 comments on commit c590998

Please sign in to comment.