diff options
-rw-r--r-- | .github/workflows/cmake_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_config.yml b/.github/workflows/cmake_config.yml index ed2c0af..3222e08 100644 --- a/.github/workflows/cmake_config.yml +++ b/.github/workflows/cmake_config.yml | |||
@@ -35,7 +35,7 @@ jobs: | |||
35 | 35 | ||
36 | - name: Setup macOS dependencies | 36 | - name: Setup macOS dependencies |
37 | if: runner.os == 'macOS' | 37 | if: runner.os == 'macOS' |
38 | run: brew install automake | 38 | run: brew install automake libtool |
39 | 39 | ||
40 | - uses: actions/checkout@main | 40 | - uses: actions/checkout@main |
41 | 41 | ||