Skip to content

fail fl420 and 430

fail fl420 and 430 #21

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
- 'dev'
- 'actions-testing'
pull_request:
jobs:
build:
name: Build
runs-on: windows-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
- name: Build Solution
run: msbuild HKCP.vcxproj /p:configuration=release /p:platform=win32 /p:PlatformToolset="v143"