Skip to content

Commit 308d4b4

Browse files
committed
ci: 移除 dumpbin 检测避免误报失败
1 parent df67854 commit 308d4b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎.github/workflows/build.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
exit /b 1
4949
)
5050
echo [workflow] winx64 build OK - platform x64
51-
where dumpbin >nul 2>&1 && (dumpbin /headers build\BluetoothAutoLock.exe | findstr /i "machine" || echo dumpbin check done) || echo dumpbin not in PATH, skip arch check
5251
5352
- name: Upload winx64 artifact
5453
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)