We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc9c6c commit 5ed1f22Copy full SHA for 5ed1f22
.github/workflows/continuous-integration-workflow.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Install PDFtk Server CLI
19
if: ${{ matrix.os == 'windows-latest' }}
20
run: |
21
+ Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
22
choco install pdftk-server
- refreshenv
23
echo "C:\Program Files (x86)\PDFtk Server\bin\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
24
- uses: actions/checkout@v4
25
- name: Setup .NET 6
0 commit comments