Skip to content

Fix for 26.40

Fix for 26.40 #5

Workflow file for this run

name: build-check
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
merged:
runs-on: windows-2022
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: '3.14'
cache: 'pip'
- uses: actions/cache@v6
with:
key: env-files-win-laz
path: |
${{ github.workspace }}/tool/data
- run: pip install -r requirements.txt
- run: |
.\build.bat setup
.\build.bat pack -p merged -v 99 --no-zip
- uses: actions/upload-artifact@v4
with:
name: newb-x-merged-pr
path: ./build/pack-merged-pr