We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64eef87 commit 62e8d25Copy full SHA for 62e8d25
1 file changed
.github/workflows/it-test.yml
@@ -68,10 +68,12 @@ jobs:
68
if: matrix.os != 'windows-latest'
69
run: chmod +x cli-v2
70
71
- - name: Install yq
+ - name: Install yq on Windows
72
if: matrix.os == 'windows-latest'
73
+ shell: pwsh
74
run: |
- winget install mikefarah.yq
75
+ choco install yq -y
76
+ refreshenv
77
78
- name: Run init tests on Windows
79
0 commit comments