Skip to content

RageAgainstThePixel/setup-ovr-platform-util

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup OVR Platform Util

A GitHub Action to setup the ovr platform utility tool

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/[email protected]

        # run commands
      - run: 'ovr-platform-util version'
        shell: pwsh