Skip to content

Commit e6e94ad

Browse files
author
tamsin johnson
authored
Merge pull request #872 from samvera/fix_ci
Fix CI.
2 parents b519dd2 + 9c85b05 commit e6e94ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- restore_cache:
6666
keys:
6767
- bundle-{{ checksum "<< parameters.gemfile >>" }}-{{ checksum "valkyrie.gemspec" }}-<< parameters.ruby >>-6
68-
- run: sudo apt-get update && sudo apt-get install -y libpq-dev
68+
- run: sudo apt update -y && sudo apt-get install -y libpq-dev
6969
- run:
7070
name: Set BUNDLE_GEMFILE
7171
command: |

0 commit comments

Comments
 (0)