diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e564ead..dcbcd4d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + with: + use-gha-cache: false - name: Install pnpm dependencies run: nix develop --command pnpm install - name: Check formatting diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 73f50b7..0fe306a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,6 +21,8 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + with: + use-gha-cache: false - name: "Nix formatting" run: git ls-files '*.nix' | nix develop --command xargs nixpkgs-fmt --check @@ -64,6 +66,8 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + with: + use-gha-cache: false - name: Build package run: "nix build .# -L --fallback" diff --git a/.github/workflows/flakehub-publish-rolling.yml b/.github/workflows/flakehub-publish-rolling.yml index 7e89a67..aac1b35 100644 --- a/.github/workflows/flakehub-publish-rolling.yml +++ b/.github/workflows/flakehub-publish-rolling.yml @@ -15,6 +15,8 @@ jobs: - uses: "actions/checkout@v3" - uses: "DeterminateSystems/nix-installer-action@main" - uses: "DeterminateSystems/magic-nix-cache-action@main" + with: + use-gha-cache: false - uses: "DeterminateSystems/flakehub-push@main" with: name: "DeterminateSystems/flakehub-push" diff --git a/.github/workflows/production-test.yml b/.github/workflows/production-test.yml index 60b2778..cea6240 100644 --- a/.github/workflows/production-test.yml +++ b/.github/workflows/production-test.yml @@ -31,6 +31,8 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + with: + use-gha-cache: false - uses: actions/download-artifact@v4.1.7 with: