Skip to content

Commit 53b5f3f

Browse files
committed
fix: nix profile install
1 parent a1b483f commit 53b5f3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testinfra-nix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464

6565
- name: Install yq & jq
6666
run: |
67-
sudo apt-get update
68-
sudo apt-get install -y yq jq
67+
nix profile install nixpkgs#yq nixpkgs#jq
6968
7069
- name: Generate common-nix.vars.pkr.hcl
7170
run: |

0 commit comments

Comments
 (0)