Skip to content

Commit

Permalink
ci: manual cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
levnikmyskin committed May 16, 2024
1 parent cd1d4de commit 9811be1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/actions/setup_base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,12 @@ runs:
xorg-xkbcomp \
xorg-xwayland
- name: Checkout Hyprland
uses: actions/checkout@v4
with:
repository: hyprwm/Hyprland
submodules: recursive
path: Hyprland
fetch-tags: true
ref: ${{ github.event.inputs.branch }}
- name: Get Hyprland
shell: bash
run: |
git clone https://github.com/hyprwm/Hyprland.git --recursive
cd Hyprland
git checkout ${{ github.event.inputs.branch }}
# Fix an issue with actions/checkout where the checkout repo is not mark as safe
- name: Mark directory as safe for git
Expand Down

0 comments on commit 9811be1

Please sign in to comment.