We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb3247 commit 37f86a0Copy full SHA for 37f86a0
.github/workflows/ci-nix.yml
@@ -29,7 +29,6 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
- uses: DeterminateSystems/nix-installer-action@v16
32
- - uses: DeterminateSystems/magic-nix-cache-action@v9
33
- run: nix flake check
34
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
35
- run: nix develop --command deno task all
0 commit comments