Skip to content

Commit

Permalink
wget
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Sep 6, 2024
1 parent 60ab781 commit d2c4b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ jobs:
with:
go-version-file: 'go.mod'
cache: false
- name: Install yq
- name: Install Support Tools
run: |
sudo apt-get update && sudo apt-get install -y wget
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq &&\
sudo chmod +x /usr/bin/yq
- name: "Download k3s image"
Expand Down

0 comments on commit d2c4b81

Please sign in to comment.