Skip to content

Commit

Permalink
bitcraze#461: Fix jinja install for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Dec 16, 2020
1 parent e1f0723 commit 0a9e5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pip install -e .
python tools\build\prep_windows
pip install cx_freeze~=6.4
pip install jinja
pip install jinja2
- name: Install nsis
run: choco install -y nsis.portable -version 2.50
Expand Down

0 comments on commit 0a9e5d9

Please sign in to comment.