diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-04-30 20:25:07 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-04-30 20:25:07 +0200 |
| commit | 08eefd163be1423f3378cdb685bd7bb281c46e49 (patch) | |
| tree | 622caba1fa3e948ee08ee76de0cfa5b2ef5a62ef /.github/workflows | |
| parent | 79a40fca3f851bcdf9b945bc2254ad97817e0b4e (diff) | |
| download | portable-08eefd163be1423f3378cdb685bd7bb281c46e49.tar.gz portable-08eefd163be1423f3378cdb685bd7bb281c46e49.tar.bz2 portable-08eefd163be1423f3378cdb685bd7bb281c46e49.zip | |
Add libtool for cmake_config CI
Diffstat (limited to '.github/workflows')
| -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 | ||
