Skip to content

Commit

Permalink
Merge pull request #125 from stephenswat/ci/fix_xcode
Browse files Browse the repository at this point in the history
Disable Fastor in macOS CI job
  • Loading branch information
stephenswat authored Jul 24, 2024
2 parents 59d1d88 + f95597c commit bd5008c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# Run the CMake configuration.
- name: Configure
run: cmake --preset default-x86-64
-DALGEBRA_PLUGINS_INCLUDE_FASTOR=${{ (matrix.PLATFORM.OS == 'macos-latest') && 'OFF' || 'ON' }}
-S ${{ github.workspace }} -B build
-G "${{ matrix.PLATFORM.GENERATOR }}"
# Perform the build.
Expand Down

0 comments on commit bd5008c

Please sign in to comment.