From 9d8c9e4279ea224247547ca0e23413331c6733da Mon Sep 17 00:00:00 2001 From: leejet Date: Tue, 19 May 2026 21:53:48 +0800 Subject: [PATCH] fix: build web UI for Windows ROCm server releases (#1525) --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ce17607..6e1d0776 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -471,6 +471,16 @@ jobs: with: submodules: recursive + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: 20 + + - name: Setup pnpm + uses: pnpm/action-setup@v4 + with: + version: 10.15.1 + - name: Cache ROCm Installation id: cache-rocm uses: actions/cache@v4