Skip to content

Commit

Permalink
install nodegyp in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 25, 2024
1 parent ac61151 commit ceab440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Install node-gyp
run: npm install -g node-gyp
- name: Copy Configuration
run: |
cp .env.test .env
Expand Down

0 comments on commit ceab440

Please sign in to comment.