File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -314,6 +314,7 @@ jobs:
314
314
echo "CMAKE_WORKSPACE=${RUNNER_WORKSPACE//\\/\/}" >> $GITHUB_ENV
315
315
316
316
- name : install test
317
+ if : runner.os != 'macOS'
317
318
318
319
with :
319
320
cmakeListsOrSettingsJson : CMakeListsTxtAdvanced
@@ -325,10 +326,10 @@ jobs:
325
326
-DCMAKE_MODULE_PATH="${{ env.CMAKE_WORKSPACE }}/build/conan"
326
327
-DCMAKE_PREFIX_PATH="${{ env.CMAKE_WORKSPACE }}/install"
327
328
-DCMAKE_INSTALL_PREFIX="${{ env.CMAKE_WORKSPACE }}/build/conan"
328
- ${{ env.CMAKE_EXTRA_ARGS }}
329
329
${{ env.CMAKE_COMPILER_ARGS }}'
330
330
331
331
- name : install test log
332
+ if : runner.os != 'macOS'
332
333
run : |
333
334
# dump the log file created in Sandbox/my-nmos-node/CMakeLists.txt
334
335
cat ${{ env.RUNNER_WORKSPACE }}/build-my-nmos-node/my-nmos-node_include-release.txt
You can’t perform that action at this time.
0 commit comments