Skip to content

Commit

Permalink
#315 explicitly run bundle install after bundle add
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Oct 24, 2023
1 parent 25eb3d2 commit df17d8f
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 @@ -168,6 +168,7 @@ jobs:
bundle remove metanorma-${{ needs.build-matrices.outputs.flavor }} --skip-install || true
bundle add metanorma-${{ needs.build-matrices.outputs.flavor }} --path ..
bundle add sassc
bundle install # https://github.com/metanorma/metanorma-cli/issues/315#issuecomment-1776941839
working-directory: template
- uses: actions-mn/site-gen@v1
Expand Down Expand Up @@ -224,6 +225,7 @@ jobs:
bundle remove metanorma-${{ needs.build-matrices.outputs.flavor }} --skip-install || true
bundle add metanorma-${{ needs.build-matrices.outputs.flavor }} --path ..
bundle add sassc
bundle install # https://github.com/metanorma/metanorma-cli/issues/315#issuecomment-1776941839
working-directory: samples
- if: ${{ matrix.flavor.id == 'bsi' }}
Expand Down

0 comments on commit df17d8f

Please sign in to comment.