Skip to content

Commit

Permalink
fix: install whereis on the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jan 5, 2025
1 parent 035b7d5 commit 7483259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
dnf install -y \
git \
podman \
skopeo
skopeo \
whereis
# Rechunk requires sudo, so we need to create a dummy sudo
echo -e "#!/bin/bash\nexec \"\$@\"" > /usr/bin/sudo
Expand Down

0 comments on commit 7483259

Please sign in to comment.