Skip to content

Commit 08e6311

Browse files
committed
fix
1 parent e423ffc commit 08e6311

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
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Generate common-nix.vars.pkr.hcl
7575
run: |
76-
curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq && sudo mv yq /usr/local/bin
76+
curl -L https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_arm64 -o yq && mv yq /home/runner/.local/bin/
7777
PG_VERSION=$(yq '.postgres_release["postgres'${{ matrix.postgres_version }}'"]' ansible/vars.yml)
7878
PG_VERSION=$(echo $PG_VERSION | tr -d '"') # Remove any surrounding quotes
7979
echo 'postgres-version = "'$PG_VERSION'"' > common-nix.vars.pkr.hcl

0 commit comments

Comments
 (0)