Skip to content

chore: bump pillow #478

chore: bump pillow

chore: bump pillow #478

Workflow file for this run

name: 🪟 Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
name: 🪟 Windows
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build -DIMPLOT3D_STRICT_WARNINGS=ON
cmake --build build