1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/.circleci
Matt Brictson 7317689001
Fix failing Ruby 2.0 CI build (#2116)
The following warning was preventing libssl from being installed, which
is a prerequisite for the Ruby 2.0 build in CI:

```
WARNING: The following packages cannot be authenticated!
  libssl-dev libssl1.0.0
```

Fix by passing `--force-yes` to ignore the warning.
2022-11-28 18:37:59 -08:00
..
config.yml Fix failing Ruby 2.0 CI build (#2116) 2022-11-28 18:37:59 -08:00