Install jsonnet

This commit is contained in:
Cyber MacGeddon 2024-10-04 16:55:14 +01:00
parent 9edcf6372e
commit 988f3bc2d4

View file

@ -25,6 +25,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install build dependencies
run: pip3 install jsonnet
- name: Get version
id: version
run: echo VERSION=sha-$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT