Skip to content

Commit

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

0 comments on commit 3f7fa80

Please sign in to comment.