Skip to content

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.46.0.1 #177

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.46.0.1

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.46.0.1 #177

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Install ogr2ogr
run: |
sudo apt-get -y install gdal-bin
which ogr2ogr
- name: Build and test
run: bash .ci/build-openjdk11.sh