Skip to content

Commit

Permalink
backport windows build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophv authored and gniezen committed Jun 11, 2024
1 parent 14e85a2 commit a8fce86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
- run: git submodule update --init
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run: python -m pip install packaging
- run: pip install setuptools
- run: nvm install v18.17.1
- run: nvm use v18.17.1
- run: node -v
Expand Down

0 comments on commit a8fce86

Please sign in to comment.