fixed perms in CI

This commit is contained in:
vaxerski 2022-04-13 17:38:43 +02:00
parent 084e922642
commit fdb742f9a9
1 changed files with 5 additions and 1 deletions

View File

@ -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