Skip to content

Windows C++ make-specs #635

Windows C++ make-specs

Windows C++ make-specs #635

name: Windows C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows/action.yml@6.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}