Skip to content

Commit

Permalink
Update and upgrade apt packages before installing sqlite dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Nov 30, 2023
1 parent 7ef2515 commit e4bc543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
# Workaround https://github.com/amberframework/micrate/issues/87
- name: Install Lib Dependencies
run: apt install libsqlite3-dev
run: apt update && apt upgrade -y && apt install -y libsqlite3-dev
- name: Install Dependencies
run: shards install
- name: Ameba
Expand Down

0 comments on commit e4bc543

Please sign in to comment.