Skip to content

Commit

Permalink
Update safe directory in the gyselalibxx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 8, 2025
1 parent f9fc11a commit 7c89aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gyselalibxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cat<<-EOF > run.sh
set -xe
git config --global --add safe.directory /src/vendor/kokkos
git config --global --add safe.directory '*'
export CMAKE_BUILD_PARALLEL_LEVEL=4
export CMAKE_BUILD_TYPE=${{matrix.cmake_build_type}}
Expand Down

0 comments on commit 7c89aad

Please sign in to comment.