Skip to content

Commit 62e8d25

Browse files
committed
fx action
1 parent 64eef87 commit 62e8d25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/it-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ jobs:
6868
if: matrix.os != 'windows-latest'
6969
run: chmod +x cli-v2
7070

71-
- name: Install yq
71+
- name: Install yq on Windows
7272
if: matrix.os == 'windows-latest'
73+
shell: pwsh
7374
run: |
74-
winget install mikefarah.yq
75+
choco install yq -y
76+
refreshenv
7577
7678
- name: Run init tests on Windows
7779
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)