This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/579-automatic-dependency-deduction
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/579-automatic-dependency-deduction by this push:
new 7325fe4f Use homebrew's libuuid.
7325fe4f is described below
commit 7325fe4f24d32d32e309c9b62e390fe79288b84c
Author: PengZheng <[email protected]>
AuthorDate: Fri Jul 14 22:08:19 2023 +0800
Use homebrew's libuuid.
---
.github/workflows/macos.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ed31d944..ce79db4f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -57,7 +57,7 @@ jobs:
- name: Install dependencies
run: |
brew update
- brew install lcov zeromq czmq cpputest jansson rapidjson libzip
+ brew install lcov zeromq czmq cpputest jansson rapidjson libzip
ossp-uuid
- name: Build
env:
BUILD_OPTIONS: |