mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 10:25:59 +01:00
fixed perms in CI
This commit is contained in:
parent
084e922642
commit
fdb742f9a9
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -28,7 +28,11 @@ jobs:
|
||||||
- name: Get wlroots-git
|
- name: Get wlroots-git
|
||||||
run: |
|
run: |
|
||||||
su githubuser -c "yay -S --mflags --skipinteg --noprovides --answerclean All --answerdiff None --answeredit None --answerupgrade None wlroots-git"
|
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
|
- name: Checkout Hyprland
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue