Skip to content

Commit a549e62

Browse files
committed
Another typo.
1 parent 714d3b7 commit a549e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Install PDFtk Server CLI
1616
if: ${{ matrix.os == 'ubuntu-latest' }}
17-
run: sudo apt-get pdftk
17+
run: sudo apt-get install pdftk
1818
- name: Install PDFtk Server CLI
1919
if: ${{ matrix.os == 'windows-latest' }}
2020
run: choco install pdftk-server

0 commit comments

Comments
 (0)