diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5911606452f..bc1d2b5b8c4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -348,7 +348,7 @@ jobs: -DCMAKE_PREFIX_PATH="${{ env.DEPENDENCY_DIR }}" -DPython_EXECUTABLE=${{ env.DEPENDENCY_DIR }}/bin/python3 -DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_DIR }}" - -DCACTS_BUILD_PLUGIN_TRACCC=OFF # traccc does not support macOS due to CCCL / libcudacxx + -DACTS_BUILD_PLUGIN_TRACCC=OFF # traccc does not support macOS due to CCCL / libcudacxx - name: Build run: cmake --build build - name: ccache stats