We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127c923 commit b9f2eb9Copy full SHA for b9f2eb9
.github/workflows/ci.yaml
@@ -22,4 +22,5 @@ jobs:
22
- uses: yaxitech/nix-install-pkgs-action@v3
23
with:
24
packages: "github:srid/nixci"
25
- - run: nixci
+ - run: nixci build
26
+ - run: nix develop -c ghc --version
0 commit comments