Skip to content

Commit 0451990

Browse files
committed
the test runners do not have rsync
1 parent b9fabb6 commit 0451990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/fetch_ctk/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ runs:
3434
uses: ./.github/actions/install_unix_deps
3535
continue-on-error: false
3636
with:
37-
dependencies: "zstd curl xz-utils"
38-
dependent_exes: "zstd curl xz"
37+
dependencies: "zstd curl xz-utils rsync"
38+
dependent_exes: "zstd curl xz rsync"
3939

4040
- name: Download CTK cache
4141
id: ctk-get-cache

0 commit comments

Comments
 (0)