Skip to content

Commit

Permalink
chore: upgrade greptimedb to 0.5.0 in ci (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Dec 27, 2023
1 parent 1928d03 commit 1b233cf
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.4.1
GREPTIMEDB_VER=v0.5.0
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 1b233cf

Please sign in to comment.