Skip to content

Commit

Permalink
add submodules to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed May 31, 2022
1 parent 2e7586e commit ad98b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Checkout Hyprland
uses: actions/checkout@v3
with:
submodules: recursive

- name: Build Hyprland With default settings
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install nix
uses: cachix/install-nix-action@v17
with:
Expand Down

0 comments on commit ad98b96

Please sign in to comment.