Skip to content

Commit

Permalink
chore: list currrent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Mar 18, 2023
1 parent 06d3c50 commit d25ec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ for:
- wsl printenv
- wsl touch ~/.bash_profile
- wsl curl --fail -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | dos2unix | bash
- wsl ls -aR
# - wsl export NVM_DIR="$HOME/.nvm"
- wsl $env:NVM_DIR="$HOME/.nvm"
#- ps: $env:WSLENV += ":NVM_DIR"
- wsl ls -R
- wsl echo "HOME=$HOME"
- wsl echo "NVM_DIR=$NVM_DIR"
- wsl [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
Expand Down

0 comments on commit d25ec10

Please sign in to comment.