From ec18da066490e9fcce283c18bfed76241d0d7a2e Mon Sep 17 00:00:00 2001 From: Jens Krause <47693+sectore@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:56:28 +0100 Subject: [PATCH] fix(ci): remove magic nix cache action (#57) --- .github/workflows/ci.yml | 3 --- .github/workflows/release.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc9894c..ecb933f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Check formatting run: nix develop --command cargo fmt --all -- --check - name: Run clippy @@ -25,7 +24,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Run tests run: nix develop --command cargo test @@ -34,6 +32,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build project run: nix build .#timr diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2282523..2ba779d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build (windows) if: matrix.os_target == 'windows'