Skip to content

Commit

Permalink
chore(ci): install yq on windows workflow-test
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 9590164 commit 2a2e1ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,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 2a2e1ef

Please sign in to comment.