Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 14, 2024
1 parent b312d7b commit 45cf4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45cf4a2

Please sign in to comment.