added jq
Some checks failed
Test / tests (push) Has been cancelled

This commit is contained in:
David Mikael Blum Samuelsen 2025-07-09 12:10:13 +02:00
parent 91530613b6
commit 6069d0ca4f

View file

@ -10,6 +10,7 @@ jobs:
steps: steps:
- run: nix-env -iA nixpkgs.nodejs - run: nix-env -iA nixpkgs.nodejs
- run: nix-env -iA nixpkgs.curl - run: nix-env -iA nixpkgs.curl
- run: nix-env -iA nixpkgs.jq
- name: Enable experimental features - name: Enable experimental features
run: | run: |