diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 2c266b28..dd3063ea 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -10,7 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - run: | nix run .#test nix run .#readme > README.md @@ -26,7 +25,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - run: | nix run .#test nix run .#readme diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 11fe3088..a3e0e97b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - run: | nix run .#check nix run .#test