Skip to content

Commit

Permalink
OS deps cannot be found unless you apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 19, 2019
1 parent 25671c2 commit a617884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -29,7 +29,8 @@ jobs:
- checkout

- run: |
# SO Dependencies
# OS Dependencies
apt update
case $CIRCLE_NODE_INDEX in
$NODE_TESTS_CONTAINER)
curl -sL https://deb.nodesource.com/setup_10.x | bash -
Expand Down

0 comments on commit a617884

Please sign in to comment.