Force git checkout of Hyprland repos
This commit is contained in:
parent
0a4e5e2d36
commit
ae2a204858
|
@ -35,6 +35,7 @@
|
|||
repo: 'https://github.com/hyprwm/Hyprland.git'
|
||||
dest: /usr/local/src/Hyprland
|
||||
version: v0.35.0
|
||||
force: true
|
||||
recursive: true
|
||||
|
||||
- name: Checkout hyprlang repo
|
||||
|
@ -42,6 +43,7 @@
|
|||
repo: 'https://github.com/hyprwm/hyprlang.git'
|
||||
dest: /usr/local/src/hyprlang
|
||||
version: v0.4.0
|
||||
force: true
|
||||
recursive: true
|
||||
|
||||
- name: Checkout xdg-desktop-portal-hyprland repo
|
||||
|
@ -49,6 +51,7 @@
|
|||
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
||||
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
||||
version: v1.3.1
|
||||
force: true
|
||||
recursive: true
|
||||
|
||||
- name: Build Hyprland
|
||||
|
|
Loading…
Reference in a new issue