From dccc842646c63474d3b5bc7688eaa95f36a8f927 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 26 May 2023 11:07:31 +0800 Subject: [PATCH] test: add geos in .github/workflows/3.0-archlinux-release.yml (#663) * test: install official taospy only in workflows * fix: 2.x-taosbenchmark-debug.yml * test: fix 3.0-non-x64.yml * test: add geos in .github/workflows/3.0-archlinux-release.yml --- .github/workflows/3.0-archlinux-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/3.0-archlinux-release.yml b/.github/workflows/3.0-archlinux-release.yml index 639815cc..5099c3fd 100644 --- a/.github/workflows/3.0-archlinux-release.yml +++ b/.github/workflows/3.0-archlinux-release.yml @@ -85,7 +85,7 @@ jobs: || github.event_name == 'schedule' run: | pacman -Syu --noconfirm > /dev/null - pacman -Sy git --noconfirm > /dev/null + pacman -Sy git geos --noconfirm > /dev/null - name: Checkout TDengine 3.0 branch if: |