Skip to content

Commit

Permalink
ci: install jrsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 2, 2024
1 parent 8cbc142 commit 490b80d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,26 @@ jobs:
version: ${{ github.event.inputs.version }}
command: -h

- name: move crossplane cli
run: "mv ./crossplane $TARGET_PATH"
env:
TARGET_PATH: "${{ github.workspace }}/bin"

- name: setup jrsonnet
uses: Duologic/tanka-exporter-workflow/.github/actions/jrsonnet-install@main

- name: Build xpkg
run: make -B build
run: "make -B build"
shell: bash
env:
CROSSPLANE: './crossplane'
CROSSPLANE: '${{ github.workspace }}/bin/crossplane'

- name: Check if file changed
id: changed
uses: tj-actions/verify-changed-files@v20
with:
files: |
!crossplane
!bin
- name: No files changed
if: "${{ steps.changed.outputs.files_changed == 'true' }}"
Expand Down

0 comments on commit 490b80d

Please sign in to comment.