Skip to content

Bump globals from 15.13.0 to 15.14.0 #3071

Bump globals from 15.13.0 to 15.14.0

Bump globals from 15.13.0 to 15.14.0 #3071

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ['3.12']
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Update environment
run: sudo apt update
- name: Install Spatialite and libgdal
run: sudo apt-get install libgdal-dev libsqlite3-mod-spatialite
- name: Build with Makefile
run: make