Skip to content

Bump lukka/get-cmake from 3.27.7 to 3.28.1 #35

Bump lukka/get-cmake from 3.27.7 to 3.28.1

Bump lukka/get-cmake from 3.27.7 to 3.28.1 #35

Workflow file for this run

# Copyright 2021-2023, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0
name: Build Windows pull request artifacts
on:
pull_request:
branches:
- "devel"
push:
branches:
- "devel"
workflow_dispatch:
jobs:
msvc-build:
strategy:
fail-fast: true
matrix:
preset:
- cts-win32
- cts-x64
uses: "./.github/workflows/msvc-build-preset.yml"
with:
preset: "${{ matrix.preset }}"
artifactName: "openxr-${{ matrix.preset }}"
buildType: "RelWithDebInfo"
subdir: "install/conformance"