aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-04-30 20:25:07 +0200
committerBrent Cook <busterb@gmail.com>2024-05-12 08:05:47 -0500
commit3309e6156a6e624de501a5c15acc6de4aaf05274 (patch)
tree919ca0e8f58ee1ea74bdde088e34cee9abd51eb0
parent22a03075732f7397f2bacbc5353116c04a1a4156 (diff)
downloadportable-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.yml2
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