From baffae88f80fda1fdafb925ac3666d9343b5fa98 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 12 Apr 2022 15:49:22 -0700 Subject: [PATCH] [CI]Work around new git security measure. --- util/ci/actions/archlinux-test/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/util/ci/actions/archlinux-test/Dockerfile b/util/ci/actions/archlinux-test/Dockerfile index ed83c49fe7..6732a9b649 100644 --- a/util/ci/actions/archlinux-test/Dockerfile +++ b/util/ci/actions/archlinux-test/Dockerfile @@ -8,5 +8,6 @@ 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