Skip to content

Commit

Permalink
mn-processor-rake: use shell bash for Gemfile script
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Nov 27, 2023
1 parent e3e3620 commit 88324d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mn-processor-rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
bundle add metanorma-${{ needs.build-matrices.outputs.flavor }} --path ..
bundle add sassc
bundle install # https://github.com/metanorma/metanorma-cli/issues/315#issuecomment-1776941839
shell: bash
working-directory: template
- uses: actions-mn/site-gen@v1
Expand Down Expand Up @@ -240,6 +241,7 @@ jobs:
bundle add metanorma-${{ needs.build-matrices.outputs.flavor }} --path ..
bundle add sassc
bundle install # https://github.com/metanorma/metanorma-cli/issues/315#issuecomment-1776941839
shell: bash
working-directory: samples
- if: ${{ matrix.flavor.id == 'bsi' }}
Expand Down

0 comments on commit 88324d5

Please sign in to comment.