Skip to content

Commit

Permalink
GHA: debug epics env on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 22, 2024
1 parent 11cbec4 commit dbda72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ 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%"
echo EPICS_BASE=%EPICS_BASE% >> "%GITHUB_ENV%"
echo EPICS_HOST_ARCH=%EPICS_HOST_ARCH% >> "%GITHUB_ENV%"
- name: Install pip packages
run: |
conda activate test
Expand Down

0 comments on commit dbda72e

Please sign in to comment.