Skip to content

Commit

Permalink
Merge pull request #233 from Chia-Network/jinjanator
Browse files Browse the repository at this point in the history
Remove j2cli for jinjanator for jinja template rendering
  • Loading branch information
emlowe authored Feb 4, 2025
2 parents 8874d9d + e6497f3 commit f31b096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
INSTALLER_VERSION: "${{ env.RELEASE_TAG || format('0.0.1-{0}', github.run_id) }}"
PLATFORM: "amd64"
run: |
pip install j2cli
pip install jinjanator
CLI_DEB_BASE="chiavdf-hw_$INSTALLER_VERSION-1_$PLATFORM"
mkdir -p "dist/$CLI_DEB_BASE/usr/bin"
mkdir -p "dist/$CLI_DEB_BASE/usr/lib"
Expand Down

0 comments on commit f31b096

Please # to comment.