Skip to content

Merge pull request #7 from tobylane/main #18

Merge pull request #7 from tobylane/main

Merge pull request #7 from tobylane/main #18

Workflow file for this run

name: Test vcpkg ports
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Get CMake
uses: lukka/get-cmake@v3.28.3
- name: Setup vcpkg
uses: lukka/run-vcpkg@v11
with:
runVcpkgInstall: true
vcpkgJsonGlob: 'vcpkg.json'
vcpkgConfigurationJsonGlob: 'vcpkg-configuration.json'
vcpkgGitCommitId: '5f4628b89f3f98cd9a0b43c27ded2aa53da1f790'
- name: Prints output of run-vcpkg's action.
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}' "