Skip to content

Commit 93b9f91

Browse files
authored
Remove vestigial reference to the Magic Nix Cache Action. (#1122)
1 parent 4f69583 commit 93b9f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/recipes/continuous-integration-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ One benefit of Nix is that **CI can build and cache developer environments for e
1515

1616
An important aspect of CI is the feedback loop of, **how many minutes does the build take to finish?**
1717

18-
There are a several good options, but Cachix (below) and integrating with GitHub's built-in cache (at the end) are the most straightforward.
18+
There are a several good options, but Cachix (below) is the most straightforward.
1919

2020
## Caching builds using Cachix
2121

0 commit comments

Comments
 (0)