Skip to content

Add warning if vive layers are present, but not using SteamVR #280

Add warning if vive layers are present, but not using SteamVR

Add warning if vive layers are present, but not using SteamVR #280

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
permissions:
packages: write
jobs:
populate-vcpkg-cache:
name: Populate vcpkg cache
uses: ./.github/workflows/populate-vcpkg-cache.yaml
secrets: inherit
with:
arch: ${{matrix.arch}}
strategy:
matrix:
arch: [x86, x64]
build:
needs: populate-vcpkg-cache
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit