diff --git a/.ci/before_script.sh b/.ci/before_script.sh index 39c15ca0..fe7f22b1 100644 --- a/.ci/before_script.sh +++ b/.ci/before_script.sh @@ -18,6 +18,8 @@ fi # Local linux (standart build): if [[ "$GITSECRET_DIST" == "none" ]]; then + sudo apt-get update + # Installing linter: sudo apt-get install -y shellcheck