From 4e019c90474a05d966ca773902a52e24979fb512 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Thu, 29 Aug 2024 11:19:35 -0400 Subject: [PATCH] Add safe directory with absolute path Signed-off-by: Spencer Wilson --- .github/workflows/basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 96c9a32fb..7411f876e 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -32,7 +32,7 @@ jobs: run: | git config --global user.name "ciuser" && \ git config --global user.email "ci@openquantumsafe.org" && \ - git config --global --add safe.directory . && \ + git config --global --add safe.directory "$PWD" && \ echo "LIBOQS_DIR=$PWD" >> "$GITHUB_ENV" - name: Verify copy_from_upstream state after copy working-directory: 'scripts/copy_from_upstream'