Skip to content

Commit f31b096

Browse files
authored
Merge pull request #233 from Chia-Network/jinjanator
Remove j2cli for jinjanator for jinja template rendering
2 parents 8874d9d + e6497f3 commit f31b096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hw-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
INSTALLER_VERSION: "${{ env.RELEASE_TAG || format('0.0.1-{0}', github.run_id) }}"
7575
PLATFORM: "amd64"
7676
run: |
77-
pip install j2cli
77+
pip install jinjanator
7878
CLI_DEB_BASE="chiavdf-hw_$INSTALLER_VERSION-1_$PLATFORM"
7979
mkdir -p "dist/$CLI_DEB_BASE/usr/bin"
8080
mkdir -p "dist/$CLI_DEB_BASE/usr/lib"

0 commit comments

Comments
 (0)