Skip to content

Commit

Permalink
install yq from snap
Browse files Browse the repository at this point in the history
  • Loading branch information
tobijdc committed Feb 6, 2024
1 parent b03f611 commit 2561940
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aligulac-import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
steps:
- name: Install postgres client
run: sudo apt-get install -y postgresql-client yq
run: sudo apt-get install -y postgresql-client
- name: Install yq
run: snap install yq --channel=v3/stable
- name: Postgres client version
run: psql --version
- name: Check out repository code
Expand Down

0 comments on commit 2561940

Please sign in to comment.