Skip to content

Commit 4cb33c0

Browse files
committed
Use sudo to install mermaid cli
1 parent c46fb75 commit 4cb33c0

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
@@ -73,7 +73,7 @@ jobs:
7373
- run: curl --fail -X POST http://localhost:8080/png --data-binary @result.puml -o test.png
7474

7575
# Mermaid
76-
- run: npm install -g @mermaid-js/mermaid-cli
76+
- run: sudo npm install -g @mermaid-js/mermaid-cli
7777
- run: sudo apt install chromium-bsu libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxcomposite1 libxdamage1
7878

7979
- run: ./target/release/sqlant $TEST_DATABASE_URL -o mermaid > input.mmd

0 commit comments

Comments
 (0)