Skip to content

Commit

Permalink
#58 python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Nov 2, 2023
1 parent 3c319da commit 7d6fb21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
submodules: recursive

- name: Install python dependencies
run: python -m pip install Jinja2

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ${{matrix.ctect_option}}

Expand Down

0 comments on commit 7d6fb21

Please sign in to comment.