Skip to content

Commit

Permalink
gawk
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 d2c4b81 commit 20dbc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
cache: false
- name: Install Support Tools
run: |
sudo apt-get update && sudo apt-get install -y wget
sudo apt-get update && sudo apt-get install -y wget gawk
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 20dbc21

Please sign in to comment.