Skip to content

Commit

Permalink
chore: skip prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Oct 11, 2023
1 parent 97edc23 commit 0f9e5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup greptimedb
run: |
apt-get update
apt-get install libc6
apt-get -y update
apt-get -y install libc6
GREPTIMEDB_VER=v0.4.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
Expand Down

0 comments on commit 0f9e5dc

Please sign in to comment.