Skip to content

Commit 4be55e8

Browse files
committed
Running refreshenv and echo out path var.
1 parent 2caef5e commit 4be55e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
run: sudo apt-get install pdftk
1818
- name: Install PDFtk Server CLI
1919
if: ${{ matrix.os == 'windows-latest' }}
20-
run: choco install pdftk-server
20+
run: |
21+
choco install pdftk-server
22+
refreshenv
23+
echo $env:path
2124
- uses: actions/checkout@v2
2225
- name: Setup .NET 5
2326
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)