Errrorrrrrs
Some checks failed
dropshell-build / build (push) Failing after 6s

This commit is contained in:
j842
2025-06-10 12:03:17 +12:00
parent f9b8fb88f2
commit 078e32a965
2 changed files with 10 additions and 6 deletions

View File

@ -5,8 +5,6 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
PROJECT="ipdemo" # Define your project name here
mkdir -p "${SCRIPT_DIR}/output"
export CMAKE_BUILD_TYPE="Debug"
rm -rf "${SCRIPT_DIR}/output"