Skip to content

Commit

Permalink
fix: install wget in upload container
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jun 4, 2024
1 parent 79d8fed commit 37e944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y $DNF_PKGS
dnf install -y wget
dnf clean all
- name: Download artifacts
Expand Down

0 comments on commit 37e944e

Please sign in to comment.