Skip to content

Commit

Permalink
fix(ci): install jinja2 on python3
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Jan 30, 2024
1 parent 9e80d64 commit 0436e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-engine-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install dependencies
run: |
choco install ccache --version ${{ env.CCACHE_VERSION }}
Expand Down

0 comments on commit 0436e57

Please sign in to comment.