Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Feb 15, 2024
1 parent 5b77a5a commit dcc0fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false
- name: Select bundler
if: startsWith(matrix.ruby-version, '2')
if: ${{ startsWith(matrix.ruby-version, '2') }}
run: gem install bundler -v 2.4.22
- name: Install gems
run: bundle install
Expand Down

0 comments on commit dcc0fa4

Please sign in to comment.