mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 02:25:59 +01:00
CI/Nix: include submodules
This commit is contained in:
parent
be53c86365
commit
53b97e4e2a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nix-build.yml
vendored
3
.github/workflows/nix-build.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
submodules: 'recursive'
|
||||
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
@ -26,4 +27,4 @@ jobs:
|
|||
name: hyprland
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix build .#${{ matrix.package }} -L
|
||||
- run: nix build '.?submodules=1#${{ matrix.package }}' -L
|
||||
|
|
Loading…
Reference in a new issue