Skip to content

Commit 7906cc0

Browse files
ckhordiasmaclaude
andcommitted
fix: install skopeo in dependencies step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5f3fa7e commit 7906cc0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/regen-pcc-cache.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
ln -s "$yq_filename" yq
4242
cp "$yq_filename" /usr/local/bin/yq
4343
44+
microdnf install -y skopeo && \
45+
microdnf clean all && rm -rf /var/cache/dnf/*
46+
4447
- name: Fetch latest shipped versions
4548
id: check-if-pcc-cache-valid
4649
env:

0 commit comments

Comments
 (0)