Skip to content

Setup OVR Platform Utility

Actions
A GitHub Action to setup the ovr-platform-util tool command alias
v1.1.8
Latest
Star (5)

setup-ovr-platform-utility

A GitHub Action to setup the ovr-platform-utility tool command alias.

How to use

jobs:
  validate:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest, windows-latest]
    steps:
        # download and setup ovr platform util
      - uses: RageAgainstThePixel/setup-ovr-platform-util@v1
        # run commands
      - run: 'ovr-platform-util version'

inputs

Name Description Required
self-update Automatically update the ovr-platform-util tool. Defaults to true.

Related actions

Setup OVR Platform Utility is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action to setup the ovr-platform-util tool command alias
v1.1.8
Latest

Setup OVR Platform Utility is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.