Skip to content

Commit

Permalink
tests.yml: adjust WSL installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFromCanada committed Jun 21, 2024
1 parent 8c6fb5e commit 9a6fc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
wsl --update
wsl --version
wsl --set-default-version 2
wsl --install Ubuntu-22.04 --no-launch
wsl --install --distribution Ubuntu-22.04 --web-download --no-launch
ubuntu2204 install --root
wsl --set-default Ubuntu-22.04
wsl --list --verbose
Expand Down

0 comments on commit 9a6fc68

Please sign in to comment.