We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3185c67 commit 044df4fCopy full SHA for 044df4f
.github/workflows/native-unix.yml
@@ -436,8 +436,8 @@ jobs:
436
env:
437
SNOWFLAKE_URI: ${{ secrets.SNOWFLAKE_URI }}
438
run: |
439
- echo $LD_LIBRARY_PATH
440
- echo $DYLD_LIBRARY_PATH
+ echo $DYLD_LIBRARY_PATH;
+ echo $LD_LIBRARY_PATH;
441
export PATH=$RUNNER_TOOL_CACHE/go/${GO_VERSION}/${{ matrix.goarch }}/bin:$PATH
442
./ci/scripts/go_test.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
443
0 commit comments