From 2e66a6a6cb3b7aa06b6168713105c68f8f6d7e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Wed, 5 Oct 2022 15:26:00 -0400 Subject: [PATCH] Update BuildTest.yml --- .github/workflows/BuildTest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 9b52e171..19285016 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -38,9 +38,10 @@ jobs: echo "Listing files" ls -alt ls -alt .git + git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32 git config --list --show-origin git status - + # build_flags support the following options # --mock - to mock the compilation part - this is to be used for testing only # --force - to force a release build even if the last commit message doesn't contain the word "release"