1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-14 11:07:30 +00:00

ci: Set --no-write-lock-file to prevent failure

This commit is contained in:
Akira Komamura 2024-09-19 22:39:24 +09:00
parent 194dfb857f
commit 17988c8968

View file

@ -29,5 +29,5 @@ jobs:
- name: Test parameter parsing
run: nix-instantiate --eval --strict test/testParams.nix
- name: Check the derivation
run: nix flake check --override-input org-babel ..
run: nix flake check --no-write-lock-file --override-input org-babel "path:$PWD/.."
working-directory: test