Skip to content

Commit 7fa383a

Browse files
committed
CI: use pre-installed cmake
1 parent 3ab2748 commit 7fa383a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install packages
3636
run: |
3737
if [ "$RUNNER_OS" = "macOS" ]; then
38-
brew install cmake autoconf automake libtool pkg-config
38+
brew install autoconf automake libtool pkg-config
3939
elif [ "$RUNNER_OS" = "Linux" ]; then
4040
sudo apt-get install curl cmake make libtool pkg-config texinfo libltdl-dev
4141

0 commit comments

Comments
 (0)