do not install libssh and cmake from homebrew

because they are already installed on the macos-latest runner.
This commit is contained in:
Ryo Nakamura
2022-11-05 22:26:48 +09:00
parent 6d6c29680b
commit 8cb5c81fcf

View File

@@ -19,11 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install build dependency
run: |
brew update
brew install libssh
brew install cmake
# libssh and cmake are already installed on the macos-latest runner, 2022/11/5
# - name: install build dependency
#run: |
# brew update
# brew install libssh
# brew install cmake
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.