Skip to content

Commit

Permalink
Afegeix proj-bin a les dependències instal·lades de pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Dec 3, 2024
1 parent 28d93bd commit 0f2a42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get install -y hunspell-ca libcurl4-openssl-dev
sudo apt-get install -y hunspell-ca libcurl4-openssl-dev proj-bin
- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 0f2a42c

Please sign in to comment.