Skip to content

Commit

Permalink
Disable Fastor in macOS CI job
Browse files Browse the repository at this point in the history
XCode refuses to compile algebra-plugins with the Fastor plugin turned
on, and this is causing the CI to fail. This commit disables Fastor in
the macOS CI job to ensure that it runs through.
  • Loading branch information
stephenswat committed Jul 23, 2024
1 parent 59d1d88 commit f95597c
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 f95597c

Please sign in to comment.