Skip to content

Commit 527883e

Browse files
committed
try fix cargo binstall
1 parent 5bb7d65 commit 527883e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: just ensure_db_and_s3_are_running
4949

5050
- name: install SQLX CLI
51-
run: cargo binstall sqlx-cli --no-default-features --features postgres
51+
run: cargo binstall sqlx-cli
5252

5353
- name: run database migrations
5454
run: cargo sqlx migrate run --database-url $DOCSRS_DATABASE_URL

0 commit comments

Comments
 (0)