Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Oct 31, 2024
1 parent c905cb5 commit abf772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
version: nightly

- name: Install native dependencies
run: sudo apt-get install -y libsqlite3-dev
run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y libsqlite3-dev

- name: Lint
run: make lint
Expand Down

0 comments on commit abf772f

Please sign in to comment.