We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588c707 commit 174cf1cCopy full SHA for 174cf1c
1 file changed
.github/workflows/release.yml
@@ -123,6 +123,8 @@ jobs:
123
bash -c "
124
apt-get update && \
125
apt-get install -y cmake build-essential libomp-dev git && \
126
+ git config --global --add safe.directory /project && \
127
+ git config --global --add safe.directory /project/vendor/openfhe-development && \
128
cd vendor/openfhe-development && \
129
mkdir -p build && cd build && \
130
cmake .. \
0 commit comments