Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 12, 2024
1 parent 5faa5b2 commit b9e232b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ on:
- .github/actions
- .github/workflows/lint_and_test_cpp.yaml
- .github/workflows/thirdparty-regular-push.yml
- build_tools/pack_server.sh
- build_tools/pack_tools.sh
- docker/thirdparties-bin/**
- docker/thirdparties-src/**
- CMakeLists.txt
- cmake_modules/**
- run.sh
- build_tools/pack_server.sh
- build_tools/pack_tools.sh
- src/**
- thirdparty/**

Expand Down
4 changes: 2 additions & 2 deletions java-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
### 1. Prepare

```
cd build_tools && bash download_thrift.sh
cd scripts && bash download_thrift.sh
```

### 2. Format the code
Expand Down Expand Up @@ -60,7 +60,7 @@ mvn clean package -Dtest=TestPing
### Install

```
cd build_tools && bash recompile_thrift.sh && cd -
cd scripts && bash download_thrift.sh && cd -
mvn clean install -DskipTests
```

Expand Down

0 comments on commit b9e232b

Please sign in to comment.