Skip to content

Commit bd77900

Browse files
committed
use vampire/setup-wsl
1 parent 9d21d93 commit bd77900

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ jobs:
108108
test/Renci.SshNet.Tests/
109109
110110
- name: Setup WSL2
111-
uses: vedantmgoyal9/setup-wsl2@main
111+
uses: Vampire/setup-wsl@v5
112+
with:
113+
distribution: Ubuntu-24.04
112114

113115
- name: Setup SSH Server
114-
shell: wsl-run {0}
116+
shell: wsl-bash {0}
115117
run: |
116118
apt-get update && apt-get upgrade -y
117119
apt-get install -y podman

0 commit comments

Comments
 (0)