Skip to content

Commit

Permalink
[CI] Fix missing rugged dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Apr 3, 2024
1 parent 159287d commit fdba667
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 @@ -10,6 +10,8 @@ jobs:
matrix:
ruby: [2.5, 2.6, 2.7]
runs-on: ubuntu-latest
env:
BUNDLE_WITH: git # needed for tests
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit fdba667

Please sign in to comment.