Skip to content

Fixed some issues and added test for building of actually generated protobuf files #172

Fixed some issues and added test for building of actually generated protobuf files

Fixed some issues and added test for building of actually generated protobuf files #172

Workflow file for this run

name: Windows C++ make-specs
'on':
workflow_dispatch:
inputs:
extra_resolve_options:
description: Extra Resolve Options
required: false
schedule:
- cron: 0 1 * * *
push:
branches:
- master
pull_request:
jobs:
Windows-mkspecs:
uses: steinwurf/windows-mkspecs-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true