Skip to content

Commit

Permalink
fix: install Spatialite with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreilles committed Nov 28, 2023
1 parent 35a9f15 commit 7b8348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Install Spatialite
if: ${{ matrix.database.name == 'spatialite' }}
run: apt install -y libsqlite3-mod-spatialite
run: sudo apt install -y libsqlite3-mod-spatialite

- run: export WORKSPACE_ROOT=$(pwd) && cargo test --package query-engine-tests -- --test-threads=1
if: ${{ matrix.database.single_threaded }}
Expand Down

0 comments on commit 7b8348c

Please sign in to comment.