From 637c2857b86d952de2934d59aa93e9ce7c420083 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 5 Sep 2023 09:48:23 +0900 Subject: [PATCH] ci: install `node-gyp` globally on CI Signed-off-by: Sora Morimoto --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7ad32cf..c268a956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node }} check-latest: true - name: Install Dependencies - run: yarn install --frozen-lockfile + run: yarn global add node-gyp && yarn install --frozen-lockfile - name: Build Test Binary run: yarn build-test-binary - name: Build