Skip to content

Commit 41081cf

Browse files
committed
The all-important apt-update....
1 parent 4ffea4d commit 41081cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20+
- name: apt update
21+
run: apt update
2022
- name: Install SQLite
2123
run: apt-get -qy install libsqlite3-dev
2224
- name: Install dependencies

0 commit comments

Comments
 (0)