We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install-nix
1 parent 63fd109 commit 92d221aCopy full SHA for 92d221a
.github/workflows/ci.yml
@@ -26,16 +26,17 @@ jobs:
26
test-mcl:
27
runs-on: self-hosted
28
steps:
29
+ - name: Checkout first to use locally defined actions
30
+ uses: actions/checkout@v4
31
+
32
- name: Install Nix
- uses: metacraft-labs/nixos-modules/.github/install-nix@main
33
+ uses: ./.github/install-nix
34
with:
35
cachix-cache: ${{ vars.CACHIX_CACHE }}
36
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}
37
trusted-public-keys: ${{ vars.TRUSTED_PUBLIC_KEYS }}
38
substituters: ${{ vars.SUBSTITUTERS }}
39
- - uses: actions/checkout@v4
-
40
- name: Build and test the `mcl` command
41
run: nix develop -c sh -c "dub test --root packages/mcl -- -e 'fetchJson|(coda\.)|nix.run|nix.build'"
42
0 commit comments