ci: fix duplicate run: key in build.yml wipe-secrets step (unblocks all builds since 2026-05-21)
#82
@@ -1419,8 +1419,9 @@ jobs:
|
||||
|
||||
- name: wipe secrets
|
||||
if: always()
|
||||
run: rm -f /root/repo_pass /root/.ssh/id_ed25519
|
||||
run: rm -f /root/.ssh/id_ed25519_hertz
|
||||
run: |
|
||||
rm -f /root/repo_pass /root/.ssh/id_ed25519
|
||||
rm -f /root/.ssh/id_ed25519_hertz
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# mesa-panvk-bifrost-video (aarch64 only) — sibling adding VK_KHR_video_decode_h264
|
||||
|
||||
Reference in New Issue
Block a user