Skip to content

Commit 14a310b

Browse files
committed
Use chocolatey.
1 parent 7f781f7 commit 14a310b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ runs:
4646
unzip \
4747
zstd
4848
49-
- name: Install Windows system dependencies
49+
- name: Install rsync (Windows)
5050
if: runner.os == 'Windows'
51-
shell: bash
52-
run: pacman -S --noconfirm rsync
51+
run: choco install rsync -y
5352

5453
- name: Install Rust toolchain
5554
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)