[no ci] Update build.yml

This commit is contained in:
Jay Lee
2026-03-04 17:01:38 -05:00
committed by GitHub
parent c41b94487e
commit 4f58f7c967

View File

@@ -678,13 +678,13 @@ jobs:
# run : | # run : |
# reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1" # reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
- name: Install totp tools - name: Install NPM deps
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |
#echo "Installing appium..." #echo "Installing appium..."
#npm install -g appium #npm install -g appium
echo "Installing totp-generator..." echo "Installing totp-generator and screenshot..."
npm install "totp-generator" npm install totp-generator screenshot-desktop
# echo "Installing wdio..." # echo "Installing wdio..."
# npm install @wdio/cli # npm install @wdio/cli
# echo "Installing appium win driver..." # echo "Installing appium win driver..."