From f4881251740b0fcf868534c074ed404e21db6a27 Mon Sep 17 00:00:00 2001 From: AntoinePrv Date: Mon, 18 Dec 2023 16:45:24 +0100 Subject: [PATCH] Fix permission error --- .github/workflows/static_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static_build.yml b/.github/workflows/static_build.yml index bd0e95e3f3..6156db1eed 100644 --- a/.github/workflows/static_build.yml +++ b/.github/workflows/static_build.yml @@ -81,6 +81,8 @@ jobs: apt-get install -y python3 docker.io run: | cd micromamba-feedstock/ + # Prevent irrelevant file permission error + git config --global --add safe.directory '*' # Special values for running the feedstock with a local source export FEEDSTOCK_ROOT="${PWD}" export CI="local"