Skip to content

Commit

Permalink
#240 Add redist - 6
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 2, 2024
1 parent 3199e6e commit f5c5c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:

- name: XXX Run redist
shell: pwsh
run: "C:\Program Files\senzing\er\redis\vc_redist.x64.exe" /q /norestart
run: |
"C:\Program Files\senzing\er\redis\vc_redist.x64.exe" /q /norestart
- name: Add to "Path" environment variable
run: printf "C:\Program Files\senzing\er\lib" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append
Expand Down

0 comments on commit f5c5c32

Please sign in to comment.