Skip to content

Commit

Permalink
Simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Sep 27, 2023
1 parent 927e644 commit 9d2c3d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ runs:
- name: Setup libraries
run: |
sudo apt-get install -y \
pkg-config \
libcairo2-dev \
libmariadb-dev \
pipx \
gcc \
&& sudo apt-get install -y libgdal30 || sudo apt-get install -y libgdal26
pipx
shell: bash
- name: Install Poetry
run: pipx install poetry
Expand Down

0 comments on commit 9d2c3d6

Please sign in to comment.