You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup OVR Platform Utility
v1.1.2
A GitHub Action to setup the ovr-platform-utility
tool command alias.
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, windows-latest, macos, windows ]
steps:
# download and setup ovr platform util
- uses: RageAgainstThePixel/setup-ovr-platform-util@v1
# run commands
- run: 'ovr-platform-util version'