Skip to content

Commit

Permalink
fix: ensure wget is installed
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Aug 2, 2024
1 parent 1a12fa2 commit 5dc7085
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/zxc-build-legacy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install WGet
run: sudo apt update && sudo apt install -y --no-install-recommends wget

- name: Clear Hosted Tool Cache
run: rm -rvf "${{ runner.tool_cache }}"/*

Expand Down

0 comments on commit 5dc7085

Please sign in to comment.