Skip to content

Commit

Permalink
#240 Add redist - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 2, 2024
1 parent 839f8c3 commit 707f017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Go test darwin
on: [pull_request, workflow_dispatch]

env:
CGO_LDFLAGS: "-Wl,-no_warn_duplicate_libraries"
DYLD_LIBRARY_PATH: /opt/senzing/er/lib:/opt/senzing/er/lib/macos
LD_LIBRARY_PATH: /opt/senzing/er/lib:/opt/senzing/er/lib/macos
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: sqlite3://na:na@nowhere/tmp/sqlite/G2C.db
CGO_LDFLAGS: "-Wl,-no_warn_duplicate_libraries"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: XXX see dependencies
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 707f017

Please sign in to comment.