mirror of
https://github.com/upa/mscp.git
synced 2026-05-13 22:07:29 +08:00
do not install libssh and cmake from homebrew
because they are already installed on the macos-latest runner.
This commit is contained in:
12
.github/workflows/build-macos.yml
vendored
12
.github/workflows/build-macos.yml
vendored
@@ -19,11 +19,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: install build dependency
|
|
||||||
run: |
|
# libssh and cmake are already installed on the macos-latest runner, 2022/11/5
|
||||||
brew update
|
# - name: install build dependency
|
||||||
brew install libssh
|
#run: |
|
||||||
brew install cmake
|
# brew update
|
||||||
|
# brew install libssh
|
||||||
|
# brew install cmake
|
||||||
|
|
||||||
- name: Configure 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.
|
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||||
|
|||||||
Reference in New Issue
Block a user