Skip to content

Commit dc08910

Browse files
committed
Add setup-ruby step for ubuntu CI test
1 parent 498a5de commit dc08910

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,17 @@ jobs:
106106
run: pod --version | grep "1.9.1"
107107

108108
ubuntu-install:
109-
name: install latest version
109+
name: install latest on ubuntu
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Checkout
113113
uses: actions/checkout@v2
114114

115+
- name: setup-ruby
116+
uses: actions/setup-ruby@v1
117+
with:
118+
ruby-version: '2.6'
119+
115120
- name: setup-cocoapods
116121
uses: ./
117122
with:

0 commit comments

Comments
 (0)