Skip to content

Commit

Permalink
Install xq manually
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
christianlupus committed Oct 24, 2022
1 parent 86b7555 commit e542c54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,12 @@ jobs:

#- name: Docker Layer Caching
#uses: satackey/action-docker-layer-caching@v0.0.8


- name: Install helper program
shell: bash
run: |-
pip install yq
- name: Get the min and max compatible server versions from manifrst XML file
shell: bash
id: ncVersionRequirements
Expand Down

0 comments on commit e542c54

Please sign in to comment.