Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Setup environment on Linux

Action setups the environment on Linux runners (install requirements, setup the workflow environment, etc).

How to use Github Action from Github workflow

Add the following code to the running steps before uJIT configuration:

- uses: ./.github/actions/setup-linux
  if: ${{ matrix.OS == 'Linux' }}