From a0ea769513872f4522afb6c7b998d413793aee4b Mon Sep 17 00:00:00 2001 From: "Adam F. Tulinius" Date: Wed, 7 May 2025 12:06:03 +0200 Subject: [PATCH] ci: remove non-functioning nix cache step --- .github/workflows/build-test.yaml | 4 ---- .github/workflows/checks.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 2759cfc..c10b491 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -19,8 +19,6 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: Morph Build ${{ Matrix.targets }} run: nix run . -- build examples/${{ matrix.targets }} @@ -37,7 +35,5 @@ jobs: # uses: actions/checkout@v4 # - name: Install Nix # uses: DeterminateSystems/nix-installer-action@main -# - name: Setup Nix cache -# uses: DeterminateSystems/magic-nix-cache-action@main # - name: Morph Build ${{ Matrix.targets }} # run: nix run . -- build examples/${{ matrix.targets }} diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1338b60..d2ccc6e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,8 +22,6 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check run: nix build ./#checks.${{ matrix.systems }}.${{ matrix.checks }} -L macos: @@ -41,7 +39,5 @@ jobs: uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check run: nix build ./#checks.${{ matrix.systems }}.${{ matrix.checks }} -L