CI/Nix: include submodules

This commit is contained in:
Mihai Fufezan 2024-04-20 17:10:45 +03:00
parent be53c86365
commit 53b97e4e2a
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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