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 39272de commit 04a8053Copy full SHA for 04a8053
.github/workflows/tests_eessi_module.yml
@@ -193,6 +193,7 @@ jobs:
193
# Set our accelerator path overrides according to our matrix
194
if [[ "${{matrix.EESSI_ACCELERATOR_TARGET_OVERRIDE}}" != "none" ]]; then
195
export EESSI_ACCELERATOR_TARGET_OVERRIDE=${{matrix.EESSI_ACCELERATOR_TARGET_OVERRIDE}}
196
+ export FINAL_ACCELERATOR_PATH_EXPECTED=${{matrix.FINAL_ACCELERATOR_PATH_EXPECTED}}
197
fi
198
199
# Turn on debug output in case we want to take a look
0 commit comments