From fdb742f9a94b264b453612481d1fa0ab5ae32197 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:38:43 +0200 Subject: [PATCH] fixed perms in CI --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9fc822a..8e38bbaa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,11 @@ jobs: - name: Get wlroots-git run: | su githubuser -c "yay -S --mflags --skipinteg --noprovides --answerclean All --answerdiff None --answeredit None --answerupgrade None wlroots-git" - + + - name: Fix permissions for git + run: | + git config --global --add safe.directory /__w/Hyprland/Hyprland + - name: Checkout Hyprland uses: actions/checkout@v3