We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd8a7b commit 4a35eb7Copy full SHA for 4a35eb7
.github/workflows/build.yml
@@ -106,8 +106,8 @@ jobs:
106
- name: Install dependencies
107
run: pnpm install
108
109
- - name: Install Node Runtime
110
- run: pnpm run installRuntime:linux:${{ matrix.arch }}
+ # - name: Install Node Runtime
+ # run: pnpm run installRuntime:linux:${{ matrix.arch }}
111
112
- name: Build Linux
113
run: pnpm run build:linux:${{ matrix.arch }}
0 commit comments