Skip to content

Commit

Permalink
chore(ci): install yq on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Dec 19, 2024
1 parent c34b761 commit 9590164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
restore-keys: |
${{ steps.get-cache-key.outputs.restore-keys }}
- name: Install yq (Windows)
if: contains(inputs.arch_os, 'windows')
run: choco install yq

- name: Set default BUILDER_BIN_PATH
run: echo "BUILDER_BIN_PATH=${HOME}/bin" >> $GITHUB_ENV

Expand Down

0 comments on commit 9590164

Please sign in to comment.