We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba359df commit 950ec50Copy full SHA for 950ec50
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
+ with:
18
+ submodules: recursive
19
- uses: cachix/install-nix-action@v19
20
with:
21
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments