From cdacc28925b58e4e0639e0c18ad057efdc3a5df4 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 22 Jun 2021 16:13:01 +0200 Subject: [PATCH] Include apt update in the github workflog --- .../github-workflows/install-dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/continuous-integration/github-workflows/install-dependencies.sh b/scripts/continuous-integration/github-workflows/install-dependencies.sh index dc0c4c6..5986d58 100755 --- a/scripts/continuous-integration/github-workflows/install-dependencies.sh +++ b/scripts/continuous-integration/github-workflows/install-dependencies.sh @@ -3,7 +3,8 @@ set -e if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then echo "==Linux====" - sudo apt install -y make git zlib1g-dev libssl-dev gperf cmake \ + sudp apt-get update + sudo apt-get install -y make git zlib1g-dev libssl-dev gperf cmake \ ccache maven python3 python3-pip php-cli \ clang libc++-dev libc++abi-dev