Skip to content

Commit

Permalink
Refresh with curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Guglielmo Gagliardi committed May 14, 2024
1 parent 9ab061e commit 9d7bf60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/inshpect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- name: Install tools
run: |
sudo apt-get update
sudo apt-get install -y fd-find
wget -q https://github.com/TomWright/dasel/releases/download/v2.7.0/dasel_linux_amd64 -O /tmp/dasel
sudo apt update
sudo apt install -y fd-find
curl -sL 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 9d7bf60

Please sign in to comment.