Skip to content

Commit 4ffea4d

Browse files
committed
Install SQLite before other dependencies.
1 parent 064680e commit 4ffea4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Install dependencies
21-
run: shards install
2220
- name: Install SQLite
2321
run: apt-get -qy install libsqlite3-dev
22+
- name: Install dependencies
23+
run: shards install
2424
- name: Run tests
2525
run: crystal spec -t -s
2626
- name: Run Ameba

0 commit comments

Comments
 (0)