We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375bbe1 commit 157ea0eCopy full SHA for 157ea0e
.github/workflows/ci.yml
@@ -61,6 +61,16 @@ jobs:
61
62
- name: "Debug"
63
run: |
64
+ if [[ ! -v POPLAR_SDK_ENABLED ]]; then
65
+ source /opt/poplar/enable.sh
66
+
67
+ export "PATH=${PATH}" >> "${GITHUB_ENV}"
68
+ export "CPATH=${CPATH}" >> "${GITHUB_ENV}"
69
+ export "LIBRARY_PATH=${LIBRARY_PATH}" >> "${GITHUB_ENV}"
70
+ export "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" >> "${GITHUB_ENV}"
71
+ export "POPLAR_SDK_ENABLED=${POPLAR_SDK_ENABLED}" >> "${GITHUB_ENV}"
72
+ fi
73
74
env
75
76
- uses: julia-actions/julia-buildpkg@v1
0 commit comments