Skip to content

Commit

Permalink
chore: use greptimedb v0.4.1 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 18, 2023
1 parent f225116 commit 9770f04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:

runs-on: ubuntu-latest
container:
image: shiguredo/erlang:otp-26.0.2-openssl-3.1.1-ubuntu-22.04
image: erlang:25.3

steps:
- uses: actions/checkout@v3
- name: Setup greptimedb
run: |
apt-get update
apt-get -y install rebar3
GREPTIMEDB_VER=v0.4.0
GREPTIMEDB_VER=v0.4.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 9770f04

Please sign in to comment.