Fix Windows Android app scripts (#1058)

* Fix Windows Android app scripts

* ci: skip onnxruntime CUDA download
This commit is contained in:
ezra
2026-05-17 14:06:42 +08:00
committed by GitHub
parent 9324a5b67a
commit 952b58c0eb
3 changed files with 12 additions and 7 deletions

View File

@@ -12,6 +12,11 @@ concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
# CI does not use the CUDA execution provider, and the onnxruntime-node
# postinstall download from NuGet is large enough to make npm ci flaky.
ONNXRUNTIME_NODE_INSTALL: skip
jobs:
format:
runs-on: ubuntu-latest