Skip to content

Commit 4a35eb7

Browse files
committed
chore: disable node and uv inject for linux
1 parent 2dd8a7b commit 4a35eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
- name: Install dependencies
107107
run: pnpm install
108108

109-
- name: Install Node Runtime
110-
run: pnpm run installRuntime:linux:${{ matrix.arch }}
109+
# - name: Install Node Runtime
110+
# run: pnpm run installRuntime:linux:${{ matrix.arch }}
111111

112112
- name: Build Linux
113113
run: pnpm run build:linux:${{ matrix.arch }}

0 commit comments

Comments
 (0)