Skip to content

Commit

Permalink
Update cxx-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Oct 28, 2024
1 parent fe00727 commit 1d91b9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cxx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
path: ~/.npm
key: deps-node-modules-${{ hashFiles('package-lock.json') }}

- name: Install dev dependencies
run: npm install

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 1d91b9a

Please sign in to comment.