Skip to content

Commit b314cdc

Browse files
committed
tenetative fixing CI pipeline error from install cmake and mac in macos
1 parent 61f015d commit b314cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up C++ environment (macOS)
4040
if: matrix.os == 'macos-latest'
4141
run: |
42-
brew install make cmake yaml-cpp
42+
brew install yaml-cpp
4343
echo 'export PATH="/usr/local/opt/gcc/bin:$PATH"' >> ~/.bash_profile
4444
source ~/.bash_profile
4545
g++ --version

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up C++ environment (macOS)
3737
if: matrix.os == 'macos-latest'
3838
run: |
39-
brew install make cmake yaml-cpp
39+
brew install yaml-cpp
4040
echo 'export PATH="/usr/local/opt/gcc/bin:$PATH"' >> ~/.bash_profile
4141
source ~/.bash_profile
4242
g++ --version

0 commit comments

Comments
 (0)