Skip to content

Commit

Permalink
fix: fix build TDengine
Browse files Browse the repository at this point in the history
  • Loading branch information
huskar-t committed Sep 28, 2023
1 parent b065578 commit bba9cc3
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 @@ -67,7 +67,7 @@ jobs:
if: >
(github.event_name == 'workflow_dispatch' && steps.cache-server-manually.outputs.cache-hit != 'true') ||
(github.event_name == 'pull_request' && steps.cache-server-pr.outputs.cache-hit != 'true')
run: sudo apt install -y libgeos-dev libapr1 libapr1-dev libaprutil1-dev libcurl4-openssl-dev
run: sudo apt install -y libgeos-dev

- name: install TDengine
if: >
Expand Down

0 comments on commit bba9cc3

Please sign in to comment.