Skip to content

fix: workaround for failing rhel installations for now #164

fix: workaround for failing rhel installations for now

fix: workaround for failing rhel installations for now #164

Workflow file for this run

name: xo-install test
on:
pull_request:
paths:
- 'xo-install.sh'
- 'sample.xo-install.cfg'
workflow_dispatch:
jobs:
Test-Install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: xo-install run
run: sudo ./xo-install.sh --install
shell: bash