Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
box

GitHub Action

Setup OVR Platform Utility

v1.1.2

Setup OVR Platform Utility

box

Setup OVR Platform Utility

A GitHub Action to setup the ovr platform utility tool

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup OVR Platform Utility

uses: RageAgainstThePixel/[email protected]

Learn more about this action in RageAgainstThePixel/setup-ovr-platform-util

Choose a version

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: [ 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'

Related actions