Skip to content

Commit

Permalink
fix: using bash for integration-test (#4012)
Browse files Browse the repository at this point in the history
Signed-off-by: shouren <yangshouren@gmail.com>
  • Loading branch information
Shouren authored Jan 2, 2025
1 parent d67595c commit 7c792c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: build openmldb
shell: bash
run: |
git config --system --add safe.directory $(pwd)
make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
Expand Down

0 comments on commit 7c792c1

Please sign in to comment.