Skip to content

Commit

Permalink
oups2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 12, 2023
1 parent b4da56c commit 7fb98c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-test-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
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/git-annex-standalone-amd64.tar.gz
mv git-annex-standalone-amd64.tar.gz /home/runner/work/installation/
tar xvzf /home/runner/work/installation/git-annex-standalone-amd64.tar.gz
echo "$/home/runner/work/installation/git-annex.linux" >> $GITHUB_PATH
echo "/home/runner/work/installation/git-annex.linux" >> $GITHUB_PATH
shell: bash

0 comments on commit 7fb98c0

Please sign in to comment.