Skip to content

Commit d649a29

Browse files
JuanitoFataseregon
authored andcommitted
Add suggestion when run on single platform
1 parent cdeaf53 commit d649a29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ You can cache the installed gems with these two steps:
120120
bundle install --jobs 4 --retry 3
121121
```
122122

123+
When using a single OS, replace `${{ matrix.os }}` with the OS.
123124
When using a single job with a Ruby version, replace `${{ matrix.ruby }}` with the Ruby version.
124125
When using `.ruby-version`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.ruby-version') }}`.
125126
When using `.tool-versions`, replace `${{ matrix.ruby }}` with `${{ hashFiles('.tool-versions') }}`.

0 commit comments

Comments
 (0)