[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 : |
# 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'
run: |
#echo "Installing appium..."
#npm install -g appium
echo "Installing totp-generator..."
npm install "totp-generator"
echo "Installing totp-generator and screenshot..."
npm install totp-generator screenshot-desktop
# echo "Installing wdio..."
# npm install @wdio/cli
# echo "Installing appium win driver..."