File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 PYTHONUNBUFFERED : true
7070
7171 steps :
72+ - name : Prepare qhelpgenerator
73+ # Qt6's libexec executables are not in the PATH by default
74+ run : |
75+ which qhelpgenerator && exit 0 # Already in PATH
76+ PATH=/usr/lib64/qt6/libexec/:${PATH} which qhelpgenerator && echo "/usr/lib64/qt6/libexec/" >> "${GITHUB_PATH}"
77+
7278 - name : Checkout
7379 uses : actions/checkout@v6
7480 with :
7985 # if the `if` expr is false, `if` still has exit code 0.
8086 # if the `if` block is entered, the block's exit code becomes the exit
8187 # code of the `if`.
82- run : ' if [ -d /py-venv/ROOT-CI/bin/ ]; then . /py-venv/ROOT-CI/bin/activate && echo PATH=$ PATH >> $GITHUB_ENV ; fi'
88+ run : ' if [ -d /py-venv/ROOT-CI/bin/ ]; then . /py-venv/ROOT-CI/bin/activate && echo ${ PATH%:*} >> "${GITHUB_PATH}" ; fi'
8389
8490 - name : Build ROOT
8591 run : " .github/workflows/root-ci-config/build_root.py
You can’t perform that action at this time.
0 commit comments