Skip to content

Commit

Permalink
Merge pull request #2522 from nextcloud/ci/fix-generate-yq
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Sep 27, 2024
2 parents 240e969 + 1120f25 commit dfdfbbb
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 dfdfbbb

Please sign in to comment.