Skip to content

Commit faa6252

Browse files
authored
Insert variable into conf file instead of environment
1 parent 6e3569f commit faa6252

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Compile Xmipp will all dependencies in branch ${{ github.head_ref }} (if such branch exists, default is devel)
6262
env:
6363
BRANCH_NAME: ${{ github.head_ref }}
64-
SEND_INSTALLATION_STATISTICS: OFF
6564
run: |
66-
echo "XMIPP_LINK_TO_SCIPION=OFF" > xmipp.conf
65+
echo "XMIPP_LINK_TO_SCIPION=OFF\nSEND_INSTALLATION_STATISTICS=OFF" > xmipp.conf
6766
./xmipp all -b $BRANCH_NAME --keep-output || (cat compilation.log && false)

0 commit comments

Comments
 (0)