From 90607554774b88ca2338d4dd3854b36c529e26ec Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 27 Mar 2026 16:00:46 -0400 Subject: [PATCH] add magic cache --- .github/workflows/build-resume.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-resume.yaml b/.github/workflows/build-resume.yaml index b6087fd..0487f9c 100644 --- a/.github/workflows/build-resume.yaml +++ b/.github/workflows/build-resume.yaml @@ -30,6 +30,9 @@ jobs: uses: actions/checkout@v4 - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main + + - name: Setup Magic Cache + uses: DeterminateSystems/magic-nix-cache-action@main - name: Build PDF run: nix build .#default