File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,7 @@ jobs:
107
107
run : |
108
108
pip install datalad-installer
109
109
if [ ${{ runner.os }} = 'Linux' ]; then
110
- wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
111
- mkdir /home/runner/work/installation
112
- mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
113
- workdir=$(pwd)
114
- cd /home/runner/work/installation
115
- tar xvzf git-annex-standalone-amd64.tar.gz
116
- echo "$(pwd)/git-annex.linux" >> $GITHUB_PATH
117
- cd $workdir
110
+ datalad-installer --sudo ok git-annex --method datalad/packages
118
111
elif [ ${{ runner.os }} = 'macOS' ]; then
119
112
datalad-installer --sudo ok git-annex --method brew
120
113
elif [ ${{ runner.os }} = 'Windows' ]; then
You can’t perform that action at this time.
0 commit comments