Skip to content

Add -i option to mimic GNU patch more and collect coverage for subprocesses #1

Add -i option to mimic GNU patch more and collect coverage for subprocesses

Add -i option to mimic GNU patch more and collect coverage for subprocesses #1

Workflow file for this run

name: Build patch.exe for Windows
on:
workflow_dispatch:
jobs:
windows-exe:
name: Create windows executable
runs-on: windows-latest
steps:

Check failure on line 10 in .github/workflows/build_exe.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_exe.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- uses: ilammy/msvc-dev-cmd@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
- uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: patch_ng.py
mode: onefile
output-dir: build
output-file: patch.exe
- uses: actions/upload-artifact@v4
with:
name: exe
path: build/patch.exe
include-hidden-files: true