File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
.github/actions/build-test-environment Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1515 shell : bash
1616 run : |
1717 pip install datalad-installer
18- wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
19- mkdir /home/runner/work/installation
20- mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
21- workdir=$(pwd)
22- cd /home/runner/work/installation
23- tar xvzf git-annex-standalone-amd64.tar.gz
24- echo "$(pwd)/git-annex.linux" >> $GITHUB_PATH
25- cd $workdir
18+ datalad-installer --sudo ok git-annex --method datalad/packages
2619 git config --global filter.annex.process "git-annex filter-process" # recommended for efficiency
2720 - name : Force installation of latest dev from key-packages when running dev (not release)
2821 run : |
You can’t perform that action at this time.
0 commit comments