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 7aa4f39Copy full SHA for 7aa4f39
.github/workflows/ci.yml
@@ -61,6 +61,17 @@ jobs:
61
62
- name: "Debug"
63
run: |
64
+ if [[ ! -v POPLAR_SDK_ENABLED ]]; then
65
+ source /opt/poplar/enable.sh
66
+
67
+ fi
68
69
+ export "PATH=${PATH}" >> "${GITHUB_ENV}"
70
+ export "CPATH=${CPATH}" >> "${GITHUB_ENV}"
71
+ export "LIBRARY_PATH=${LIBRARY_PATH}" >> "${GITHUB_ENV}"
72
+ export "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" >> "${GITHUB_ENV}"
73
+ export "POPLAR_SDK_ENABLED=${POPLAR_SDK_ENABLED}" >> "${GITHUB_ENV}"
74
75
env
76
77
- uses: julia-actions/julia-buildpkg@v1
0 commit comments