We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8874d9d + e6497f3 commit f31b096Copy full SHA for f31b096
.github/workflows/hw-build.yml
@@ -74,7 +74,7 @@ jobs:
74
INSTALLER_VERSION: "${{ env.RELEASE_TAG || format('0.0.1-{0}', github.run_id) }}"
75
PLATFORM: "amd64"
76
run: |
77
- pip install j2cli
+ pip install jinjanator
78
CLI_DEB_BASE="chiavdf-hw_$INSTALLER_VERSION-1_$PLATFORM"
79
mkdir -p "dist/$CLI_DEB_BASE/usr/bin"
80
mkdir -p "dist/$CLI_DEB_BASE/usr/lib"
0 commit comments