Skip to content

Commit 25e4869

Browse files
committed
#364 Update docker images
1 parent 19f45d0 commit 25e4869

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go-test-windows.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
senzingsdk-version: ${{ matrix.senzingsdk-version }}
4242

4343
- name: Add to "Path" environment variable
44-
run: |
45-
# shellcheck disable=SC2028
46-
echo "C:\Program Files\Senzing\er\lib" >> "$env:GITHUB_PATH"
44+
run: printf "C:\Program Files\Senzing\er\lib" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append
4745

4846
- name: Copy /etc files
4947
run: copy testdata/senzing-license/g2.lic "C:\Program Files\Senzing\er\etc\g2.lic"

0 commit comments

Comments
 (0)