Skip to content

Commit

Permalink
ci: setup jsonnetfmt in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 2, 2024
1 parent 253c86b commit f4f976c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
TARGET_PATH: "${{ github.workspace }}/bin"

- name: setup jsonnet-fmt
run: go install "github.com/google/go-jsonnet/cmd/[email protected]"
run: |
go install "github.com/google/go-jsonnet/cmd/[email protected]"
echo "$HOME/go/bin" >> "$GITHUB_PATH"
- name: setup jrsonnet
uses: Duologic/tanka-exporter-workflow/.github/actions/jrsonnet-install@main
Expand Down

0 comments on commit f4f976c

Please sign in to comment.