Skip to content

Added environment updates to README. (#8) #30

Added environment updates to README. (#8)

Added environment updates to README. (#8) #30

Workflow file for this run

name: build-windows
on: [push, workflow_dispatch]
defaults:
run:
shell: bash
jobs:
python:
name: windows-2022 / Python
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: cygwin/cygwin-install-action@v4
with:
packages: gcc-core python3 python3-devel python3-pip
- run: python3 -m pip install .
- run: python3 examples/Python/thread-safe.py