[CI]Work around new git security measure. This one works.

This commit is contained in:
John Ralls 2022-04-12 15:59:13 -07:00
parent baffae88f8
commit 022d2b08e2
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,5 @@ run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
run locale-gen
run git config --global --add safe.directory /github/workspace
copy entrypoint.sh /
entrypoint /entrypoint.sh

View File

@ -7,6 +7,7 @@ cd build
export TZ="America/Los_Angeles"
export PATH="$PATH:/usr/bin/core_perl"
export CTEST_OUTPUT_ON_FAILURE=On
git config --global --add safe.directory /github/workspace
cmake /github/workspace -DWITH_PYTHON=ON -DCMAKE_BUILD_TYPE=debug -G Ninja
ninja
ninja check