Skip to content

Commit

Permalink
Install sqlite3 on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 7, 2024
1 parent be48a3c commit 9dda1a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
if: ${{ matrix.test != 'ci' }}
uses: ./.github/actions/install-testing-tools

- name: Install sqlite3 on Ubuntu
if: ${{ matrix.environment == 'ubuntu-latest' }}
run: sudo apt install libsqlite3-dev

- name: Free up space on Ubuntu
if: ${{ matrix.environment == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 9dda1a8

Please sign in to comment.