Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho authored Apr 29, 2023
1 parent 184ce7b commit 045f23b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,22 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- uses: Vampire/setup-wsl@v2
with:
distribution: Ubuntu-20.04
additional-packages:
dos2unix
xclip
# with:
# distribution: Ubuntu-20.04
# additional-packages:
# dos2unix
# xclip
- run: where pwsh
- shell: wsl-bash {0}
run: whereis pwsh
- shell: wsl-bash {0}
run: whereis powershell
- shell: wsl-bash {0}
run: wslpath "C:\Program Files\PowerShell\7\pwsh.EXE"
- shell: wsl-bash {0}
run: pwd
- shell: wsl-bash {0}
run: dos2unix *.sh
# - shell: wsl-bash {0}
# run: dos2unix *.sh
# - shell: wsl-bash {0}
# run: xclip -selection clipboard -target image/png -i ./telesoho_logo_80x80.png
- shell: wsl-bash {0}
Expand Down

0 comments on commit 045f23b

Please sign in to comment.