From a94dc69fbe9177af85a049da80cd3cc04d7e6a26 Mon Sep 17 00:00:00 2001 From: LogCreative Date: Tue, 26 Dec 2023 21:19:25 +0800 Subject: [PATCH] ci: update safe.directory --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc9da925..ae7b1660 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: scheme: full run: | apk add diffutils findutils git make - git config --global --add safe.directory /github/workspace + git config --global --add safe.directory /home/runner/work/SJTUBeamer/SJTUBeamer make format-dev - name: check if generated files are of latest version run: |