Skip to content

Commit

Permalink
fix(schema): git isn't in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed May 3, 2024
1 parent b2214ca commit 377c1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
shell: bash
run: |
sudo apt-get -qq update && \
sudo apt-get -qq install --no-install-recommends -y curl unzip
sudo apt-get -qq install --no-install-recommends -y curl unzip git
- name: Setup Flux CLI
uses: fluxcd/flux2/action@main
Expand Down

0 comments on commit 377c1ee

Please sign in to comment.