Skip to content

Commit b29c490

Browse files
committed
Remove sudo and setting permissions
1 parent 27eba14 commit b29c490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
. "${{ env.NVS_HOME }}/nvs.sh" && nvs add ${{ matrix.NODE_VERSION }}
185185
echo ''
186186
echo 'Setting Node.js default executable...'
187-
sudo mkdir -p -m 775 /usr/local/bin
187+
mkdir -p /usr/local/bin
188188
. "${{ env.NVS_HOME }}/nvs.sh" && nvs link ${{ matrix.NODE_VERSION }}
189189
echo ''
190190
echo "Activating Node.js version ${{matrix.NODE_VERSION }}..."

0 commit comments

Comments
 (0)