Skip to content

Commit

Permalink
ci: removed wsl prefix in wsl shells
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent 8ccfac4 commit 1b7c9f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
if: runner.os == 'Windows'
run: |
# Update Ubuntu and install Docker in WSL
wsl sudo apt-get update
wsl sudo apt-get install -y docker.io
sudo apt-get update
sudo apt-get install -y docker.io
# Start Docker Daemon
wsl sudo service docker start
sudo service docker start
- name: Check Docker Version
shell: wsl-bash {0}
Expand Down

0 comments on commit 1b7c9f1

Please sign in to comment.