diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index 569a490..e2e0289 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -34,7 +34,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v9 - run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time' - run: nix develop --command deno task deps - run: nix develop --command deno task stylelint