We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f6647 commit e6497f3Copy full SHA for e6497f3
.github/workflows/hw-build.yml
@@ -69,7 +69,7 @@ jobs:
69
INSTALLER_VERSION: "${{ env.RELEASE_TAG || format('0.0.1-{0}', github.run_id) }}"
70
PLATFORM: "amd64"
71
run: |
72
- pip install j2cli
+ pip install jinjanator
73
CLI_DEB_BASE="chiavdf-hw_$INSTALLER_VERSION-1_$PLATFORM"
74
mkdir -p "dist/$CLI_DEB_BASE/usr/bin"
75
mkdir -p "dist/$CLI_DEB_BASE/usr/lib"
0 commit comments