Skip to content

Commit 233e0f8

Browse files
committed
chore(ci): Show contents of AFNI_HOME, ensure it is on PATH
1 parent 9c95957 commit 233e0f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
curl -O https://afni.nimh.nih.gov/pub/dist/bin/misc/@update.afni.binaries && \
9898
tcsh @update.afni.binaries -package linux_ubuntu_16_64 -bindir ${AFNI_HOME}
9999
fi
100+
ls -l ${AFNI_HOME}
101+
echo "PATH=${AFNI_HOME}:$PATH" | tee -a $GITHUB_ENV
100102
101103
- name: Git settings (pacify DataLad)
102104
run: |

0 commit comments

Comments
 (0)