Skip to content

Commit

Permalink
ci: changed wsl install
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent 3825c6c commit a8848e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
wsl --set-default-version 2
# Install Ubuntu WSL distribution
wsl --install
wsl --install -d Ubuntu-20.04
# Set Ubuntu 20.04 as default distribution (optional, if multiple distributions are installed)
wsl --set-default Ubuntu-20.04
# Update Ubuntu and install Docker in WSL
wsl sudo apt-get update
Expand Down

0 comments on commit a8848e8

Please sign in to comment.