Skip to content

Commit 95b6c42

Browse files
committed
try manuall installing appraisal
1 parent 48ce285 commit 95b6c42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
- uses: ruby/setup-ruby@v1
1010
with:
1111
ruby-version: 'head'
12+
- name: Install Appraisal
13+
run: gem install bundler && gem install appraisal && bundle install && appraisal install
1214
- name: Install dependencies
13-
run: bundle install && bundle exec appraisal install
15+
run: bundle install && bundle install appraisal && bundle exec appraisal install
1416
- name: Setup Pages
1517
id: configure-pages
1618
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)