Skip to content

Commit 0135b19

Browse files
committed
Install automake for macOS CI GitHub Actions
1 parent a62d79b commit 0135b19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci4sqlite3mc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
19+
- name: Install dependencies (macOS)
20+
run: brew install automake
21+
if: matrix.os == 'macos-latest'
1922
- name: Checkout
2023
uses: actions/checkout@v2
2124
- name: Configure

0 commit comments

Comments
 (0)