Skip to content

Commit 0729420

Browse files
committed
try orca path fix
1 parent 1f6b2fb commit 0729420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
command: |
183183
sudo npm install electron@1.8.4 sudo npm install orca
184184
sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 rename
185-
echo 'export PATH="/home/circleci/project/doc/node_modules/.bin:$PATH"' >> $BASH_ENV
185+
echo 'export PATH="/home/circleci/project/node_modules/.bin:$PATH"' >> $BASH_ENV
186186
187187
# - run:
188188
# name: Test core

0 commit comments

Comments
 (0)