Skip to content

Commit

Permalink
Don't continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 13, 2023
1 parent 2aec04c commit 5953096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
sudo apt-get install libcurl4-openssl-dev -y
- uses: ruby/setup-ruby@v1
continue-on-error: true
continue-on-error: false
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 5953096

Please sign in to comment.