Skip to content

Commit 684cabc

Browse files
committed
Install dependencies for macOS
1 parent 64b30f0 commit 684cabc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
run: |
3333
sudo apt update -qy
3434
sudo apt install libgdbm6 libgdbm-dev
35+
- name: Install packages
36+
if: ${{ matrix.os == 'macos-latest' }}
37+
run: |
38+
brew update
39+
brew install gdbm
3540
- name: Set up Ruby
3641
uses: ruby/setup-ruby@v1
3742
with:

0 commit comments

Comments
 (0)