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 9d06295 commit f01ab36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
shell: bash

- run: gem install bundler${bundler_version:+ -v $bundler_version}
shell: bash

- run: bundle install

- run: rake --trace compile
Expand Down

0 comments on commit f01ab36

Please sign in to comment.