From b5edfd71b7ad8043df3293e83652aa66b6729b93 Mon Sep 17 00:00:00 2001 From: Jake Arkinstall <65358059+jake-arkinstall@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:05:23 +0100 Subject: [PATCH] Correct typo in previous commit's github workflow --- .github/workflows/build-with-nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-nix.yml b/.github/workflows/build-with-nix.yml index 55d6949494..2a4c6dc9d8 100644 --- a/.github/workflows/build-with-nix.yml +++ b/.github/workflows/build-with-nix.yml @@ -23,6 +23,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v23 - - uses: DeterminateSystems/magix-nix-cache-action@v2 + - uses: DeterminateSystems/magic-nix-cache-action@v2 - name: Build and test tket run: nix flake check -L