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