Skip to content

Commit

Permalink
CodeQL: Enable SFCGAL
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Feb 23, 2024
1 parent ec6ddc0 commit 3a9440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev gettext libxml2-dev postgresql-server-dev-14 postgresql-client-14 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler
sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev gettext libxml2-dev postgresql-server-dev-14 postgresql-client-14 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler libsfcgal-dev
- name: Build
run: |
Expand Down

0 comments on commit 3a9440d

Please sign in to comment.