From 0e5b1cb99913b29f7288cb995b2025bd86d53ba8 Mon Sep 17 00:00:00 2001
From: jaseg <git@jaseg.de>
Date: Fri, 10 Jun 2022 23:07:03 +0200
Subject: ci: work around new git safe.directory check

---
 svg-flatten/svg-flatten-wasi-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/svg-flatten/svg-flatten-wasi-ci.yml b/svg-flatten/svg-flatten-wasi-ci.yml
index 3ef1d07..e89f799 100644
--- a/svg-flatten/svg-flatten-wasi-ci.yml
+++ b/svg-flatten/svg-flatten-wasi-ci.yml
@@ -3,6 +3,7 @@ build:wasi-svg-flatten:
   stage: build
   image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest"
   script:
+    - git config --global --add safe.directory "$CI_PROJECT_DIR"
     - cd svg-flatten # we start out in the repo's root
     - make -j 2 build/svg-flatten.wasm
     - cp build/svg-flatten.wasm svg_flatten_wasi/
-- 
cgit