This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/614-github-cache-build-deps
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/614-github-cache-build-deps by this push:
new 4afe250e Remove `brew update` to avoid intermittent errors.
4afe250e is described below
commit 4afe250e4a5be872ffd14a72e6031b6aa30635e8
Author: PengZheng <[email protected]>
AuthorDate: Thu Aug 31 10:21:55 2023 +0800
Remove `brew update` to avoid intermittent errors.
---
.github/workflows/macos.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index af126c90..528ff6fc 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -83,7 +83,6 @@ jobs:
uses: actions/[email protected]
- name: Install dependencies
run: |
- brew update
brew install lcov zeromq czmq cpputest jansson rapidjson libzip
ccache
- name: Prepare ccache timestamp
id: ccache_cache_timestamp