diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 26fc328dd9..ce0052f78d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,7 +30,6 @@ jobs: git config --global user.name "ciuser" && \ git config --global user.email "ci@openquantumsafe.org" && \ export LIBOQS_DIR=`pwd` && \ - echo $LIBOQS_DIR && \ git config --global --add safe.directory $LIBOQS_DIR && \ cd scripts/copy_from_upstream && \ ! pip3 install -r requirements.txt 2>&1 | grep ERROR && \