Skip to content

Commit 9b656f1

Browse files
committed
build.yml bugfix
1 parent e6f3780 commit 9b656f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Ruby
2929
uses: ruby/setup-ruby@v1
3030
with:
31-
ruby-version: ${{ matrix.ruby }
31+
ruby-version: ${{ matrix.ruby }}
3232
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3333

3434
- name: Run Tests

0 commit comments

Comments
 (0)