Skip to content

Commit 03cb7be

Browse files
committed
ci(push): Install yq on windows
1 parent 8be9bcb commit 03cb7be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,17 @@ jobs:
188188

189189
steps:
190190
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
191+
191192
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.0.4
192193
with:
193194
python-version: "3.x"
195+
196+
- name: Install yq (Windows)
197+
if: matrix.os == 'windows-latest'
198+
run: |
199+
choco install yq -y
200+
yq --version
201+
194202
- name: Build Sketches
195203
run: bash ./.github/scripts/on-push.sh
196204

0 commit comments

Comments
 (0)