Skip to content

Commit a50b048

Browse files
committed
fix: switch to stable cachix/install-nix-action (fixes zstd error)
1 parent 4a03593 commit a50b048

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/render-cv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: nixbuild/nix-quick-install-action@v26
14+
- uses: cachix/install-nix-action@v31
1515
with:
16-
nix_version: '2.24' # ← this fixes the version error
16+
nix_version: '2.24'
1717

1818
- run: nix develop --command rendercv render cv.yaml --output-folder render-output -nopng
1919

0 commit comments

Comments
 (0)