Skip to content

Commit 3db0ce1

Browse files
authored
fix action
1 parent 853aff5 commit 3db0ce1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/conversion-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ jobs:
9696
uses: actions/setup-python@v5
9797
with:
9898
python-version: '3.11'
99+
- name: Add PPA for Ghostscript 10
100+
run: |
101+
sudo add-apt-repository ppa:ubuntu-gis/ppa
102+
sudo apt-get update
99103
- name: Install dependencies
100104
run: |
101105
sudo apt-get install -y moreutils zip

0 commit comments

Comments
 (0)