Skip to content

Commit

Permalink
Fix paths to apps and pairing in CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jun 18, 2020
1 parent fc56a8b commit a692e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# The "--editable" option is needed until we resolve issue #377.
# See https://github.com/initc3/HoneyBadgerMPC/issues/377 for more info.
command: |
make -C /usr/src/apps/asynchromix/cpp
pip install -v /usr/src/pairing/
make -C apps/asynchromix/cpp
pip install -v pairing/
mkdir -p /var/log/hbmpc
pip install --editable .[docs]
Expand Down

0 comments on commit a692e52

Please sign in to comment.