Skip to content

Commit 4082f8c

Browse files
committed
Install yq
1 parent 83fdfaf commit 4082f8c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/__build-mode-autobuild.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/build-mode-autobuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ steps:
1818
languages: java
1919
tools: ${{ steps.prepare-test.outputs.tools-url }}
2020

21+
- name: Install yq
22+
if: runner.os == 'Windows'
23+
run: |
24+
choco install yq -y
25+
2126
- name: Validate database build mode
2227
run: |
2328
metadata_path="$RUNNER_TEMP/customDbLocation/java/codeql-database.yml"

0 commit comments

Comments
 (0)