From 1a8e324d004e6aa7a5c68560b0a398b4af52dd53 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 11 Sep 2021 19:42:55 +0200 Subject: [PATCH] Bugfix --- .../github-workflows/install-dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/continuous-integration/github-workflows/install-dependencies.sh b/scripts/continuous-integration/github-workflows/install-dependencies.sh index 9fbe2c8..d067094 100755 --- a/scripts/continuous-integration/github-workflows/install-dependencies.sh +++ b/scripts/continuous-integration/github-workflows/install-dependencies.sh @@ -7,7 +7,6 @@ if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then sudo apt-get install -y make git gperf cmake \ ccache maven python3 python3-pip php-cli \ build-essential gcc-multilib g++-multilib - mkdir -p "" elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then echo "==OSX======"