Skip to content

Commit 461616b

Browse files
committed
Try to fix rocky linux test job
1 parent 6500ae8 commit 461616b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci_linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ jobs:
253253
image: "ghcr.io/rust-gpu/rust-cuda-rockylinux9-cuda12:latest"
254254
runner: ubuntu-latest
255255
steps:
256+
- name: Install unzip (Rocky)
257+
if: contains(matrix.variance.name, 'RockyLinux-9')
258+
run: |
259+
dnf -y install unzip ca-certificates || true
260+
256261
- name: Compute artifact name
257262
id: test_artifact
258263
run: |

0 commit comments

Comments
 (0)