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: |