This is an automated email from the ASF dual-hosted git repository.
volodymyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 7c235d7 DRILL-7848: Github Actions fails due to outdated package
repository cache (#2153)
7c235d7 is described below
commit 7c235d71d86e02916b9555bde476d23bbcaf1a42
Author: Volodymyr Vysotskyi <[email protected]>
AuthorDate: Sat Jan 23 13:36:50 2021 +0200
DRILL-7848: Github Actions fails due to outdated package repository cache
(#2153)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c6dbe24..5d0d6c6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
# Install libraries required for protobuf generation
- name: Install dependencies
run: |
- sudo apt-get install -y libboost-all-dev libzookeeper-mt-dev
libsasl2-dev cmake libcppunit-dev checkinstall && \
+ sudo apt update -y && sudo apt install -y libboost-all-dev
libzookeeper-mt-dev libsasl2-dev cmake libcppunit-dev checkinstall && \
pushd .. && \
if [ -f $HOME/protobuf/protobuf_3.11.1* ]; then \
sudo dpkg -i $HOME/protobuf/protobuf_3.11.1*; \