Skip to content

Commit 72be631

Browse files
committed
ci(rust): remove the setup of sqlite
1 parent 10eaae1 commit 72be631

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/checkout@v6
1818
- name: Install Toolchain
1919
run: rustup update stable && rustup default stable
20-
- uses: actions/setup-sqlite@v1
2120
- name: Run tests
2221
run: cargo nextest run --release --all-features
2322
check:
@@ -27,7 +26,6 @@ jobs:
2726
uses: actions/checkout@v6
2827
- name: Install Toolchain
2928
run: rustup update stable && rustup default stable
30-
- uses: actions/setup-sqlite@v1
3129
- name: Run format check
3230
run: cargo fmt --check
3331
- name: Run clippy

0 commit comments

Comments
 (0)