Browse Source

No need to install packages

pull/5748/head
Daniel García 1 week ago
parent
commit
51e0d83c19
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 6
      .github/workflows/check-templates.yml

6
.github/workflows/check-templates.yml

@ -19,12 +19,6 @@ jobs:
fetch-depth: 0
# End Checkout the repo
- name: Set up environment
run: |
sudo apt-get update
sudo apt-get install -y make python3 python3-pip
sudo pip install jinja2
- name: Run make to rebuild templates
working-directory: docker
run: make

Loading…
Cancel
Save