We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e25100 + 4a4704a commit 05c9ac1Copy full SHA for 05c9ac1
.circleci/config.yml
@@ -36,6 +36,8 @@ jobs:
36
- run:
37
name: install dependencies
38
command: |
39
+ sudo apt-get update
40
+ sudo apt-get install --allow-unauthenticated debian-archive-keyring
41
gem install bundler:2.4.22
42
bundle install --path vendor/bundle
43
sudo rm /etc/apt/sources.list
0 commit comments