diff options
author | Theo Buehler <tb@openbsd.org> | 2024-04-30 20:25:07 +0200 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-05-12 08:05:47 -0500 |
commit | 3309e6156a6e624de501a5c15acc6de4aaf05274 (patch) | |
tree | 919ca0e8f58ee1ea74bdde088e34cee9abd51eb0 | |
parent | 22a03075732f7397f2bacbc5353116c04a1a4156 (diff) | |
download | portable-OPENBSD_7_5.tar.gz portable-OPENBSD_7_5.tar.bz2 portable-OPENBSD_7_5.zip |
Add libtool for cmake_config CIOPENBSD_7_5
-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 | ||