Skip to content

Commit

Permalink
Merge pull request #307 from taosdata/fix/ci-azure-test
Browse files Browse the repository at this point in the history
ci: fix TDengine build
  • Loading branch information
huskar-t authored Nov 15, 2024
2 parents f9a414c + 782689d commit af6f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd TDengine
mkdir debug
cd debug
cmake .. -DBUILD_TEST=off -DBUILD_HTTP=false -DBUILD_DEPENDENCY_TESTS=0 -DVERNUMBER=3.9.9.9
cmake .. -DBUILD_TEST=off -DBUILD_HTTP=false -DBUILD_DEPENDENCY_TESTS=0 -DVERNUMBER=3.9.9.9 -DBUILD_DEPENDENCY_TESTS=0
make -j 4
- name: package
Expand Down

0 comments on commit af6f514

Please sign in to comment.