Skip to content

Commit

Permalink
GHA: debug epics env
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 22, 2024
1 parent cec3e56 commit 6354968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Expand Up @@ -30,9 +30,9 @@ jobs:
if: runner.os == 'Windows'
shell: cmd /C CALL {0}
run: |
echo EPICS_BASE=%EPICS_BASE% >> "%GITHUB_ENV%"
echo EPICS_HOST_ARCH=%EPICS_HOST_ARCH% >> "%GITHUB_ENV%"
tree "%EPICS_BASE%/bin/%EPICS_HOST_ARCH%"
echo EPICS_BASE=%EPICS_BASE%>> "%GITHUB_ENV%"
echo EPICS_HOST_ARCH=%EPICS_HOST_ARCH%>> "%GITHUB_ENV%"
tree /F "%EPICS_BASE%/bin/%EPICS_HOST_ARCH%"
- name: Start EPICS IOC
run: |
"$EPICS_BASE/bin/$EPICS_HOST_ARCH/caRepeater" &
Expand Down

0 comments on commit 6354968

Please sign in to comment.