Skip to content

Commit

Permalink
ci: Fix installing yq in generate workflow
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Sep 27, 2024
1 parent 240e969 commit 1120f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
filters: |
src:
- .github/workflows/**
- external/**
- tool/**
- packages/dynamite/**
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:

# Use https://github.com/kislyuk/yq
- name: Install yq
run: pip install yq
run: pip install yq --break-system-packages

- name: Generate specs
run: |
Expand Down

0 comments on commit 1120f25

Please sign in to comment.