Skip to content

Bump pillow from 8.3.1 to 10.3.0 in /blockchain_integration/pi_network/PiUnity #6466

Bump pillow from 8.3.1 to 10.3.0 in /blockchain_integration/pi_network/PiUnity

Bump pillow from 8.3.1 to 10.3.0 in /blockchain_integration/pi_network/PiUnity #6466

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck