Skip to content

Commit

Permalink
Merge pull request #2097 from alejoe91/fix-ci-git-annex
Browse files Browse the repository at this point in the history
Fix git-annex installation
  • Loading branch information
alejoe91 authored Oct 12, 2023
2 parents 3fcf16b + d2ba3fa commit 3a56c7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build-test-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ runs:
- name: git-annex install
run: |
wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
mkdir /home/runner/work/installation
mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
workdir=$(pwd)
cd /home/runner/work/installation
tar xvzf git-annex-standalone-amd64.tar.gz
echo "$(pwd)/git-annex.linux" >> $GITHUB_PATH
cd $workdir
shell: bash

0 comments on commit 3a56c7f

Please sign in to comment.