Skip to content

Commit cdfc23f

Browse files
authored
chore: Remove sudo in starters_publish
1 parent c8c34f2 commit cdfc23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485
steps:
486486
- checkout
487487
# jq is helpful for parsing json & python required for node-gyp to build lmdb
488-
- run: sudo apt-get update && sudo apt-get install jq python -y
488+
- run: apt-get update && apt-get install jq python -y
489489
- <<: *restore_cache
490490
- <<: *install_node_modules
491491
- run: yarn markdown

0 commit comments

Comments
 (0)