Skip to content

Commit 5c6234c

Browse files
committed
Fix spelling mistake in pythontest.yml
1 parent 1c874d3 commit 5c6234c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythontest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install Mac dependencies
5656
run: |
5757
brew install ffmpeg poppler
58-
curl --output ./pdftk.pgk https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-mac_osx-10.6-setup.pkg
58+
curl --output ./pdftk.pkg https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-mac_osx-10.6-setup.pkg
5959
installer -pkg ./pdftk.pkg -target CurrentUserHomeDirectory
6060
if: matrix.os == 'macos-latest'
6161
- name: Windows dependencies cache

0 commit comments

Comments
 (0)