Skip to content

Commit 0bbc8c5

Browse files
committed
Try
1 parent c8c3585 commit 0bbc8c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/diesel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- uses: dtolnay/rust-toolchain@stable
47-
- run: cargo update --manifest-path sea-query-diesel/Cargo.toml --workspace -p [email protected] --precise=0.20.0
48-
- run: cargo tree
47+
- run: cargo add --manifest-path sea-query-diesel/Cargo.toml [email protected]
4948
- run: cargo build --manifest-path sea-query-diesel/Cargo.toml --workspace --features postgres,sqlite,mysql --features=with-chrono,with-json,with-rust_decimal,with-bigdecimal,with-uuid,with-time,with-ipnetwork,with-mac_address,postgres-array,postgres-vector
5049
- run: cargo build --manifest-path sea-query-diesel/Cargo.toml --workspace --features postgres,sqlite,mysql --features=with-chrono
5150
- run: cargo build --manifest-path sea-query-diesel/Cargo.toml --workspace --features postgres,sqlite,mysql --features=with-json

0 commit comments

Comments
 (0)