Skip to content

Commit

Permalink
ci: benchmark: Fix installation of gdu
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 30, 2021
1 parent 8954853 commit 869d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ jobs:
run: |
mkdir -p GDU.tmp
curl -L "${REPO}/releases/download/v${VERSION}/gdu_linux_amd64.tgz" > tmp.gdu.tar.gz
tar xf tmp.dua.tar.gz --directory=GDU.tmp
tar xf tmp.gdu.tar.gz --directory=GDU.tmp
mkdir -p GDU.tmp/bin
chmod +x GDU.tmp/gdu_linux_amd64
ln -s "$(pwd)/GDU.tmp/gdu_linux_amd64" GDU.tmp/bin/gdu
Expand Down

0 comments on commit 869d4dc

Please sign in to comment.