There was an error while loading. Please reload this page.
1 parent d5c9a2a commit 7c31243Copy full SHA for 7c31243
1 file changed
.github/workflows/index-docs.yml
@@ -44,17 +44,17 @@ jobs:
44
with:
45
fetch-depth: 0
46
47
- - name: Setup pnpm
48
- uses: pnpm/action-setup@v6.0.10
49
-
50
- - name: Setup Node.js
51
- uses: actions/setup-node@v7
+ # fusion-gh-runner-fusion-framework's image doesn't ship gh or libatomic
+ # (needed by pnpm's standalone binary); tracked with infra.
+ - name: Setup fusion runner
+ continue-on-error: true
+ uses: ./.github/actions/setup-fusion-runner
52
+
53
+ - name: Setup node and install deps
54
+ uses: ./.github/actions/node-setup
55
56
node-version: 24
57
- - name: Install dependencies
- run: pnpm install
58
- name: Resolve index config
59
id: index
60
run: |
0 commit comments