Skip to content

Commit

Permalink
Don't use standard OpenSSH from Windows Github VM (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Dec 25, 2024
1 parent 81ed49b commit 1281f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: startsWith(inputs.container_name, 'rocky')

- name: Install dependencies
run: pacman --verbose --noconfirm -S rsync
run: pacman --verbose --noconfirm -S rsync openssh
if: startsWith(inputs.os, 'windows')

- name: Install dependencies
Expand Down

0 comments on commit 1281f48

Please sign in to comment.