Skip to content

Commit

Permalink
Try installing node-gyp manually (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai authored Oct 12, 2023
1 parent 2d6932a commit 8fa6e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/cargo-build-macos-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ runs:
node-version: 18
cache: "yarn"
cache-dependency-path: quickwit/quickwit-ui/yarn.lock
- run: yarn global add node-gyp
shell: bash
- run: make build-ui
shell: bash
- name: Install protoc
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/cross-build-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ runs:
node-version: 18
cache: "yarn"
cache-dependency-path: quickwit/quickwit-ui/yarn.lock
- run: yarn global add node-gyp
shell: bash
- run: make build-ui
shell: bash
- name: Install rustup
Expand Down

0 comments on commit 8fa6e45

Please sign in to comment.