Skip to content

Commit aa07a38

Browse files
committed
.
1 parent 277f761 commit aa07a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Generate common-nix.vars.pkr.hcl
8383
run: |
8484
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
85-
PG_VERSION=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
85+
PG_VERSION=$(nix run nixpkgs#yq -- '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
8686
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
8787
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl
8888
echo 'postgres_major_version = "'$POSTGRES_MAJOR_VERSION'"' >> common-nix.vars.pkr.hcl

0 commit comments

Comments
 (0)