forked from xcpretty/xcode-install
-
Notifications
You must be signed in to change notification settings - Fork 0
44 lines (34 loc) · 1.18 KB
/
ruby.yml
File metadata and controls
44 lines (34 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Ruby
on: [push, pull_request]
jobs:
`Gemfile`.
3. **SSL Issue in Coveralls**: The `OpenSSL
Here’s the updated `.github/workflows/ruby.yml test:
runs-on: ubuntu-latest
steps:
-::SSL::SSLError` indicates a problem with SSL protocols when connecting to` file:
```yaml
name: Ruby
on: [push, pull_request]
Cover usesalls:. actions This/ ischeckout likely@ duev to4 an
outdated - uses: ruby/setup-r SSL configuration.
### Solution Steps
jobs:
test:
runs-on: ubuntu-latest
steps:
uby@v1
with:
ruby-version: 3.4. - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ####3 .14.. Update3 Ruby # Version Specify
Ensure the workflow uses a the desired Ruby version
- run Ruby version compatible with your project's dependencies.: openssl version # Debug OpenSSL version
- Update the Ruby version in your `.github/workflows/r run: bundle install
- run: bundle exec rake
uby.yml`:
```yaml
with:
ruby-version: 3```
Make the necessary adjustments to your Gemfile and re-run the workflow to confirm the issues are resolved..4.3 # Update to match the version used in the logs