Skip to content

Commit 044df4f

Browse files
committed
semicolon
1 parent 3185c67 commit 044df4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/native-unix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ jobs:
436436
env:
437437
SNOWFLAKE_URI: ${{ secrets.SNOWFLAKE_URI }}
438438
run: |
439-
echo $LD_LIBRARY_PATH
440-
echo $DYLD_LIBRARY_PATH
439+
echo $DYLD_LIBRARY_PATH;
440+
echo $LD_LIBRARY_PATH;
441441
export PATH=$RUNNER_TOOL_CACHE/go/${GO_VERSION}/${{ matrix.goarch }}/bin:$PATH
442442
./ci/scripts/go_test.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
443443

0 commit comments

Comments
 (0)