Skip to content

Commit

Permalink
change the url for dasel with the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed May 6, 2024
1 parent 86f20f0 commit f053415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inshpect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set -x
sudo apt-get update
sudo apt-get install -y fd-find ripgrep
wget -q https://github.com/tomwright/dasel/releases/download/v2.0.0/dasel-linux-amd64 -O /tmp/dasel
wget -q https://github.com/TomWright/dasel/releases/download/v2.7.0/dasel_linux_amd64 -O /tmp/dasel
sudo mv /tmp/dasel /usr/local/bin/dasel
sudo chmod +x /usr/local/bin/dasel
pushd /tmp
Expand Down

0 comments on commit f053415

Please sign in to comment.