This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/update_github_actions
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/update_github_actions
by this push:
new 4500fb8a Remove `brew update`.
4500fb8a is described below
commit 4500fb8a9d6cda0feb85b6d4b15811832ab5871c
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 15:31:34 2023 +0800
Remove `brew update`.
---
.github/workflows/macos.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 16c24a86..ce3a1941 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -16,7 +16,6 @@ jobs:
uses: actions/[email protected]
- name: Install conan
run: |
- brew update
brew install python
pip3 install -U conan
- name: Setup Conan Profile