summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2024-01-18 16:43:43 +0000
committerSteve Purcell <steve@sanityinc.com>2024-01-18 16:43:43 +0000
commitbff20fff6df0da36e873e732a4e9ae92c00ff757 (patch)
tree8b3e723e344104dbd2a86e3ae42322129a4cb4fd
parent957d66388c4cfc13a7ec9d57da2249896af98fa7 (diff)
install-nix-action was missing from the stdlib-changes workflow
-rw-r--r--.github/workflows/stdlib-changes.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stdlib-changes.yml b/.github/workflows/stdlib-changes.yml
index bc3a695..6721b79 100644
--- a/.github/workflows/stdlib-changes.yml
+++ b/.github/workflows/stdlib-changes.yml
@@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
+ - uses: cachix/install-nix-action@v25
- run: tools/sym-dump-all
- uses: stefanzweifel/git-auto-commit-action@v5
with: