Skip to content

Commit 5ed1f22

Browse files
committed
Update Windows build step
1 parent 5bc9c6c commit 5ed1f22

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
@@ -18,8 +18,8 @@ jobs:
1818
- name: Install PDFtk Server CLI
1919
if: ${{ matrix.os == 'windows-latest' }}
2020
run: |
21+
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
2122
choco install pdftk-server
22-
refreshenv
2323
echo "C:\Program Files (x86)\PDFtk Server\bin\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
2424
- uses: actions/checkout@v4
2525
- name: Setup .NET 6

0 commit comments

Comments
 (0)