Skip to content

Commit

Permalink
ci: update greptimedb to v0.8.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 authored Jun 6, 2024
1 parent 07f11be commit ac46105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup greptimedb
run: |
GREPTIMEDB_VER=v0.7.1
GREPTIMEDB_VER=v0.8.1
DOWNLOAD_URL=https://github.com/GreptimeTeam/greptimedb
curl -L ${DOWNLOAD_URL}/releases/download/${GREPTIMEDB_VER}/greptime-linux-amd64-${GREPTIMEDB_VER}.tar.gz -o /tmp/greptimedb-${GREPTIMEDB_VER}-linux-amd64.tar.gz
mkdir -p /tmp/greptimedb-download
Expand Down

0 comments on commit ac46105

Please sign in to comment.