Commit 66fab12 1 parent d675271 commit 66fab12 Copy full SHA for 66fab12
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Go test darwin
3
3
on : [pull_request, workflow_dispatch]
4
4
5
5
env :
6
+ CGO_LDFLAGS : " -Wl,-no_warn_duplicate_libraries"
6
7
DYLD_LIBRARY_PATH : /opt/senzing/er/lib:/opt/senzing/er/lib/macos
7
8
LD_LIBRARY_PATH : /opt/senzing/er/lib:/opt/senzing/er/lib/macos
8
9
SENZING_LOG_LEVEL : TRACE
18
19
strategy :
19
20
matrix :
20
21
go : ["1.21"]
21
- os : [macos-13 ]
22
+ os : [macos-latest ]
22
23
senzingapi-version : [staging-v4]
23
24
24
25
steps :
Original file line number Diff line number Diff line change 41
41
senzingapi-version : ${{ matrix.senzingapi-version }}
42
42
43
43
- name : Add to "Path" environment variable
44
- run : printf "C:\Program Files\Senzing\er\lib" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append
44
+ run : |
45
+ # shellcheck disable=SC2028
46
+ echo "C:\Program Files\Senzing\er\lib" >> "$env:GITHUB_PATH"
45
47
46
48
- name : Copy /etc files
47
49
run : copy testdata/senzing-license/g2.lic "C:\Program Files\Senzing\er\etc\g2.lic"
You can’t perform that action at this time.
0 commit comments