Skip to content

Commit 00a936d

Browse files
committed
ci: use slqx cache instead of creating empty database
1 parent a9838ac commit 00a936d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/rust.yml

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Install dependencies
21-
run: sudo apt-get install -y sqlite3
22-
23-
- name: Setup development database
24-
run: sqlite3 apt-cacher-rs.db < db.sqlite
25-
2620
- name: Build (default features)
2721
run: cargo build --verbose
2822
env:

0 commit comments

Comments
 (0)