Skip to content

Commit 41ee1a8

Browse files
committed
test
Signed-off-by: Tung D. Le <[email protected]>
1 parent 963dfbb commit 41ee1a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos-amd64-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3* /usr/local/Frameworks/Python.framework/Versions/3* /usr/local/bin/python3* || true
1818
- name: install tools that are needed for compilation
1919
run: |
20-
brew install automake ninja pybind11
21-
sudo brew libtool || true
20+
brew install automake libtool ninja pybind11
2221
- name: install protobuf
2322
run: |
2423
cd ~/work

0 commit comments

Comments
 (0)