Commit 799b90f 1 parent a7a901f commit 799b90f Copy full SHA for 799b90f
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ jobs:
30
30
- name : Build Windows
31
31
run : bazel build --cxxopt=/MT -- //...
32
32
if : matrix.os == 'windows-latest'
33
- - name : Set DYLD_LIBRARY_PATH for Darwin
33
+ - name : Copy CLP libraries ( Darwin)
34
34
run : |
35
- export DYLD_LIBRARY_PATH=${GITHUB_WORKSPACE}/bazel-columngenerationsolver/external/clp_darwin/lib/
36
- echo ${DYLD_LIBRARY_PATH}
37
- ls ${DYLD_LIBRARY_PATH}
35
+ mkdir -p "/Users/runner/work/Clp/Clp/dist"
36
+ cp "${GITHUB_WORKSPACE}/bazel-columngenerationsolver/external/clp_darwin/lib" "/Users/runner/work/Clp/Clp/dist/"
37
+ ls "/Users/runner/work/Clp/Clp/dist/"
38
+ ls "/Users/runner/work/Clp/Clp/dist/lib/"
38
39
if : matrix.os == 'macos-latest'
39
40
- name : Run tests
40
41
run : python3 -u scripts/run_tests.py test_results
You can’t perform that action at this time.
0 commit comments