Skip to content

add vcpkg

add vcpkg #1

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: Clone source
working-directory: ${{github.workspace}}
shell: pwsh
run: |
vcpkg