Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanderbruggen committed Jul 5, 2023
1 parent e38a317 commit 1aced26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
command: sudo bash ./install_eigen.sh
- run:
name: Setup web
command: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -; sudo make setup_web
command: curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -; sudo make setup_web
- run:
name: Build server
command: sudo bash build_examples.sh server
Expand Down

0 comments on commit 1aced26

Please sign in to comment.