Skip to content

Commit 9e470af

Browse files
author
neil
committed
test rsync for windows
1 parent b09d51c commit 9e470af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: runner.os == 'Windows'
7474
run: |
7575
#C:/msys64/usr/bin/pacman.exe -S --noconfirm mingw-w64-ucrt-x86_64-qemu
76-
choco install qemu zstandard
76+
choco install qemu zstandard rsync
7777
7878
- name: Test
7979
id: test

.github/workflows/testwindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: ["freebsd", "netbsd", "openbsd", "solaris", "dragonflybsd", "omnios", "openindiana"]
2626
arch: [""]
2727
runs: ["windows-latest"]
28-
sync: ["scp"]
28+
sync: ["scp", "rsync"]
2929
exclude:
3030
- os: solaris
3131
arch: aarch64

0 commit comments

Comments
 (0)