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 4b79240 commit 606e5d8Copy full SHA for 606e5d8
.github/workflows/unittests.yml
@@ -165,8 +165,10 @@ jobs:
165
datalad update -r --merge -d hcph-pilot_fieldmaps/
166
datalad get -r -J 2 -d hcph-pilot_fieldmaps/ hcph-pilot_fieldmaps/*
167
168
- - name: Set FS_LICENSE variable
169
- run: echo "FS_LICENSE=$HOME/.cache/freesurfer/license.txt" >> $GITHUB_ENV
+ - name: Set FreeSurfer variables
+ run: |
170
+ echo "FREESURFER_HOME=$HOME/.cache/freesurfer" >> $GITHUB_ENV
171
+ echo "FS_LICENSE=$HOME/.cache/freesurfer/license.txt" >> $GITHUB_ENV
172
173
- name: Install FreeSurfer's mri_robust_template
174
env:
0 commit comments