Skip to content

Bump zipp from 3.11.0 to 3.19.1 in /docs #539

Bump zipp from 3.11.0 to 3.19.1 in /docs

Bump zipp from 3.11.0 to 3.19.1 in /docs #539

Workflow file for this run

name: C/C++ CI
on:
push:
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: sudo apt install -y pkg-config
- name: autoconf
run: autoreconf -vif
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck