Skip to content

Commit

Permalink
x
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 5117d8e commit 2c49459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ jobs:
with:
go-version-file: 'go.mod'
cache: false
- name: Install yq
run: |
sudo apt-get update
sudo apt-get install yq
- name: "Download k3s image"
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 2c49459

Please sign in to comment.