Skip to content

Commit 7f781f7

Browse files
committed
Install rsync on windows.
1 parent c326b64 commit 7f781f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/setup-anki/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ runs:
4646
unzip \
4747
zstd
4848
49+
- name: Install Windows system dependencies
50+
if: runner.os == 'Windows'
51+
shell: bash
52+
run: pacman -S --noconfirm rsync
53+
4954
- name: Install Rust toolchain
5055
uses: dtolnay/rust-toolchain@stable
5156
with:

0 commit comments

Comments
 (0)