Skip to content

Commit

Permalink
CI: Specify shell if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn authored May 13, 2024
1 parent 233f5a4 commit 9d06295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
*) bundler_version="" ;;
esac
echo "bundler_version=$bundler_version" >> $GITHUB_ENV
shell: bash

- run: gem install bundler${bundler_version:+ -v $bundler_version}
- run: bundle install
Expand Down

0 comments on commit 9d06295

Please sign in to comment.