Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 20, 2025
1 parent c465dc3 commit 059fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:

- name: Examples
# The example code use the Imath:: namespace explicitly, they won't work with a custom namespace, so skip the test in that case.
if: ${{ inputs.namespace == '' }}
if: ${{ inputs.namespace == '' && inputs.IMATH_BUILD_APPLE_FRAMEWORKS != 'ON' }}
run: |
# Confirm the examples compile and execute
rm -rf bin CMakeCache.txt CMakeFiles cmake_install.cmake Makefile
Expand Down

0 comments on commit 059fc11

Please sign in to comment.