diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa0b4a14..b5e82f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |