diff options
| author | seth <[email protected]> | 2023-07-14 22:16:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-14 22:16:56 -0400 |
| commit | 847b69015bf96f4469d2ce870ed32cdaae67a0e9 (patch) | |
| tree | 0d8cea4605d796e2be1a11d05f668ccbcce9d9d9 /.github/workflows | |
| parent | c807f0dde5a79ce04db03b43f5fe650ab2d8e732 (diff) | |
flake(actions): install nix in audit workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/audit.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 03bdf65..96b7645 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v22 - name: run audit run: | |
