Skip to content

Commit 7c9f992

Browse files
committed
pkg: install cmake-node on ci.
1 parent 8d41e3f commit 7c9f992

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,11 @@ jobs:
6161
with:
6262
node-version: ${{ matrix.node }}
6363

64-
- name: Install cmake node
65-
run: npm install --location=global cmake-node
66-
67-
- name: Install dependencies w/o building
68-
run: npm install --ignore-scripts
64+
- name: Install cmake node and deps
65+
run: npm install --ignore-scripts cmake-node
6966

7067
- name: Rebuild using cmake
71-
run: cmake-node rebuild --production
68+
run: npx cmake-node rebuild --production
7269

7370
- name: Test
7471
run: npm test

0 commit comments

Comments
 (0)