Skip to content

Commit 8661b1d

Browse files
committed
chore: make yq available
1 parent 559f2ee commit 8661b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
2727
sudo chmod a+x /usr/local/bin/yq
28+
echo "PATH=/usr/local/bin:$PATH" >> $GITHUB_ENV
2829
2930
- name: Set PostgreSQL versions
3031
id: set-versions
@@ -58,6 +59,7 @@ jobs:
5859
run: |
5960
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
6061
sudo chmod a+x /usr/local/bin/yq
62+
echo "PATH=/usr/local/bin:$PATH" >> $GITHUB_ENV
6163
6264
- name: Run checks if triggered manually
6365
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)