Action setups the environment on Linux runners (install requirements, setup the workflow environment, etc).
Add the following code to the running steps before uJIT configuration:
- uses: ./.github/actions/setup-linux
if: ${{ matrix.OS == 'Linux' }}