Skip to content

Commit

Permalink
Delete two white lines and add one lines before curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed May 21, 2024
1 parent 8eae802 commit 633f8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/inshpect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ jobs:
sudo apt update
sudo apt install -y fd-find
curl --output /tmp/dasel \
--location https://github.com/TomWright/dasel/releases/download/v2.7.0/dasel_linux_amd64
sudo mv /tmp/dasel /usr/local/bin/dasel
sudo chmod +x /usr/local/bin/dasel
pushd /tmp
curl --output inshpect \
--location https://raw.githubusercontent.com/msimberg/inshpect/d31ba8ed7e636c57cb9085ed3a8450d998e6b8a5/inshpect
echo "4b891a178fa99ac800b9b92acc0596d72f640ca1ae6de7f35ac4b3785dcd7af9 inshpect" | sha256sum --check
chmod +x inshpect
mv inshpect /usr/local/bin
popd
pushd /tmp
curl --output ripgrep.tar.gz \
--location https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep-13.0.0-x86_64-unknown-linux-musl.tar.gz
Expand Down

0 comments on commit 633f8eb

Please sign in to comment.