Skip to content

Commit

Permalink
chore(ci): add missing yq dependency for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed May 14, 2024
1 parent f251124 commit 1407cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Install build dependencies
run: choco install protoc make wget yasm ffmpeg
run: choco install protoc make wget yasm ffmpeg yq
shell: bash
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1407cf6

Please sign in to comment.