Skip to content

Commit e6497f3

Browse files
authored
Remove j2cli for jinjanator for jinja template rendering
1 parent 87f6647 commit e6497f3

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
@@ -69,7 +69,7 @@ jobs:
6969
INSTALLER_VERSION: "${{ env.RELEASE_TAG || format('0.0.1-{0}', github.run_id) }}"
7070
PLATFORM: "amd64"
7171
run: |
72-
pip install j2cli
72+
pip install jinjanator
7373
CLI_DEB_BASE="chiavdf-hw_$INSTALLER_VERSION-1_$PLATFORM"
7474
mkdir -p "dist/$CLI_DEB_BASE/usr/bin"
7575
mkdir -p "dist/$CLI_DEB_BASE/usr/lib"

0 commit comments

Comments
 (0)