needs fastfloat on macOS

This commit is contained in:
Maarten L. Hekkelman
2026-03-24 08:38:53 +01:00
parent 466e96aee6
commit e6123e5b86

View File

@@ -49,7 +49,7 @@ jobs:
- name: Install Catch2 macOS
if: matrix.os == 'macos-latest'
run: >
brew install catch2
brew install catch2 fastfloat
- name: Install dependencies Window
if: matrix.os == 'windows-latest'
@@ -62,9 +62,9 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_BUILD_TYPE=Release
-DBUILD_TESTING=ON
-DBUILD_PYTHON_MODULE=ON
-S ${{ github.workspace }}
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local
# -DBUILD_PYTHON_MODULE=ON
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release