Skip to content

Commit b32cdb8

Browse files
committed
ci(bench): pin sqlx-cli in gpu benchmark workflow
1 parent 3fa2cdd commit b32cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coprocessor-benchmark-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
sudo usermod -aG docker "$USER"
189189
newgrp docker
190190
sudo setfacl --modify user:"$USER":rw /var/run/docker.sock
191-
cargo install sqlx-cli
191+
cargo install sqlx-cli --version 0.7.2 --no-default-features --features postgres --locked
192192
193193
- name: Install foundry
194194
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

0 commit comments

Comments
 (0)