Skip to content

Commit

Permalink
Install libsqlite3-dev to workaround micrate bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Nov 30, 2023
1 parent afbea50 commit 7ef2515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
image: crystallang/crystal:latest
steps:
- uses: actions/checkout@v3
# Workaround https://github.com/amberframework/micrate/issues/87
- name: Install Lib Dependencies
run: apt install libsqlite3-dev
- name: Install Dependencies
run: shards install
- name: Ameba
Expand Down

0 comments on commit 7ef2515

Please sign in to comment.