Skip to content

Commit

Permalink
Install dependency for dbm gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 25, 2024
1 parent d6c54ab commit 246db7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libdb-dev
- name: Set up Ruby
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
with:
Expand Down

0 comments on commit 246db7b

Please sign in to comment.