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'
|
repo: 'https://github.com/hyprwm/Hyprland.git'
|
||||||
dest: /usr/local/src/Hyprland
|
dest: /usr/local/src/Hyprland
|
||||||
version: v0.35.0
|
version: v0.35.0
|
||||||
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
- name: Checkout hyprlang repo
|
- name: Checkout hyprlang repo
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
repo: 'https://github.com/hyprwm/hyprlang.git'
|
repo: 'https://github.com/hyprwm/hyprlang.git'
|
||||||
dest: /usr/local/src/hyprlang
|
dest: /usr/local/src/hyprlang
|
||||||
version: v0.4.0
|
version: v0.4.0
|
||||||
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
- name: Checkout xdg-desktop-portal-hyprland repo
|
- name: Checkout xdg-desktop-portal-hyprland repo
|
||||||
|
@ -49,6 +51,7 @@
|
||||||
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
||||||
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
||||||
version: v1.3.1
|
version: v1.3.1
|
||||||
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
- name: Build Hyprland
|
- name: Build Hyprland
|
||||||
|
|
Loading…
Reference in a new issue