We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f015d commit b314cdcCopy full SHA for b314cdc
.github/workflows/cpp.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Set up C++ environment (macOS)
40
if: matrix.os == 'macos-latest'
41
run: |
42
- brew install make cmake yaml-cpp
+ brew install yaml-cpp
43
echo 'export PATH="/usr/local/opt/gcc/bin:$PATH"' >> ~/.bash_profile
44
source ~/.bash_profile
45
g++ --version
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
0 commit comments