File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Set PostgreSQL versions
19
19
id : set-versions
20
20
run : |
21
- VERSIONS=$(nix run nixpkgs# yq -- '.postgres_major[]' ansible/vars.yml | nix run nixpkgs# jq -- -R -s -c 'split("\n")[:-1]')
21
+ VERSIONS=$(yq '.postgres_major[]' ansible/vars.yml | jq -- -R -s -c 'split("\n")[:-1]')
22
22
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
23
23
24
24
test-ami-nix :
@@ -61,11 +61,11 @@ jobs:
61
61
62
62
- name : Set PostgreSQL version environment variable
63
63
run : echo "POSTGRES_MAJOR_VERSION=${{ matrix.postgres_version }}" >> $GITHUB_ENV
64
-
65
- - name : Install yq
64
+
65
+ - name : Install yq & jq
66
66
run : |
67
67
sudo apt-get update
68
- sudo apt-get install -y yq
68
+ sudo apt-get install -y yq jq
69
69
70
70
- name : Generate common-nix.vars.pkr.hcl
71
71
run : |
You can’t perform that action at this time.
0 commit comments