Skip to content

Commit 606e5d8

Browse files
committed
CI: Define freesurfer home
1 parent 4b79240 commit 606e5d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,10 @@ jobs:
165165
datalad update -r --merge -d hcph-pilot_fieldmaps/
166166
datalad get -r -J 2 -d hcph-pilot_fieldmaps/ hcph-pilot_fieldmaps/*
167167
168-
- name: Set FS_LICENSE variable
169-
run: echo "FS_LICENSE=$HOME/.cache/freesurfer/license.txt" >> $GITHUB_ENV
168+
- name: Set FreeSurfer variables
169+
run: |
170+
echo "FREESURFER_HOME=$HOME/.cache/freesurfer" >> $GITHUB_ENV
171+
echo "FS_LICENSE=$HOME/.cache/freesurfer/license.txt" >> $GITHUB_ENV
170172
171173
- name: Install FreeSurfer's mri_robust_template
172174
env:

0 commit comments

Comments
 (0)