Skip to content

Commit 708c801

Browse files
exclude install test from mac build
1 parent dc42fbd commit 708c801

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ jobs:
314314
echo "CMAKE_WORKSPACE=${RUNNER_WORKSPACE//\\/\/}" >> $GITHUB_ENV
315315
316316
- name: install test
317+
if: runner.os != 'macOS'
317318
uses: lukka/[email protected]
318319
with:
319320
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
@@ -325,10 +326,10 @@ jobs:
325326
-DCMAKE_MODULE_PATH="${{ env.CMAKE_WORKSPACE }}/build/conan"
326327
-DCMAKE_PREFIX_PATH="${{ env.CMAKE_WORKSPACE }}/install"
327328
-DCMAKE_INSTALL_PREFIX="${{ env.CMAKE_WORKSPACE }}/build/conan"
328-
${{ env.CMAKE_EXTRA_ARGS }}
329329
${{ env.CMAKE_COMPILER_ARGS }}'
330330

331331
- name: install test log
332+
if: runner.os != 'macOS'
332333
run: |
333334
# dump the log file created in Sandbox/my-nmos-node/CMakeLists.txt
334335
cat ${{ env.RUNNER_WORKSPACE }}/build-my-nmos-node/my-nmos-node_include-release.txt

0 commit comments

Comments
 (0)