Skip to content

Commit 5aa2981

Browse files
committed
fix: yq usage
1 parent 86ba8d8 commit 5aa2981

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323

2424
- uses: DeterminateSystems/nix-installer-action@main
2525

26-
- name: Install yq via Nix
27-
run: |
28-
echo "PATH=$HOME/.nix-profile/bin:$PATH" >> $GITHUB_ENV
29-
3026
- name: Set PostgreSQL versions
3127
id: set-versions
3228
run: |
@@ -57,10 +53,6 @@ jobs:
5753

5854
- uses: DeterminateSystems/nix-installer-action@main
5955

60-
- name: Install yq via Nix
61-
run: |
62-
echo "PATH=$HOME/.nix-profile/bin:$PATH" >> $GITHUB_ENV
63-
6456
- name: Run checks if triggered manually
6557
if: ${{ github.event_name == 'workflow_dispatch' }}
6658
run: |

0 commit comments

Comments
 (0)