Skip to content

make the python scripts work in msys2 environments #135

make the python scripts work in msys2 environments

make the python scripts work in msys2 environments #135

Workflow file for this run

name: Diff only generate test
on:
push:
branches:
- master
pull_request:
jobs:
generate:
strategy:
matrix:
include:
- os: ubuntu-latest
cxx: g++-12
- os: ubuntu-latest
cxx: g++-13
- os: macos-latest
cxx: clang++
- os: windows-latest
cxx: g++
uses: ./.github/workflows/generate.yml
with:
os: ${{ matrix.os }}
cxx: ${{ matrix.cxx }}