Skip to content

Commit 157bbea

Browse files
committed
add jinja2 to dependencies
1 parent 09c8928 commit 157bbea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
- name: Install host dependencies
4545
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
4646
with:
47-
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https jinja2-cli==0.8.2
47+
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
4848
version: ubuntu-latest
49+
- name: Install jinja2-cli
50+
run: pip install jinja2-cli==0.8.2
4951
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5052
with:
5153
persist-credentials: false

0 commit comments

Comments
 (0)