Skip to content

Commit

Permalink
test.yml updated for #410
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 26, 2024
1 parent 5ad92a1 commit f2980c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
run: gem install metanorma-cli

- if: matrix.os == 'ubuntu-latest'
run: mkdir ~/bundle_tmp
run: bundle config path ~/bundle_tmp
run: |
mkdir ~/bundle_tmp
bundle config path ~/bundle_tmp
- run: bundle update

Expand Down

0 comments on commit f2980c8

Please sign in to comment.