Skip to content

Commit

Permalink
add magic cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Jan 18, 2024
1 parent 04c7c6a commit 30c489d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Install Nix ❄️ # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
uses: DeterminateSystems/nix-installer-action@main

- name: Enable Magic Cache 🧙
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build 🔧
run: |
nix run
Expand Down

0 comments on commit 30c489d

Please sign in to comment.