From 0ef01957c31721ad9244380fd1dfecbb02435889 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Tue, 21 May 2024 03:49:47 +0200 Subject: [PATCH] fix build system detection --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 5cee14b..3c2e448 100644 --- a/action.yml +++ b/action.yml @@ -79,6 +79,7 @@ runs: - name: Detect build system if: steps.cache-restore.outputs.cache-hit != 'true' id: build-system + working-directory: .blogc-build run: | if [[ -e "CMakeLists.txt" ]]; then echo "name=cmake" >> $GITHUB_OUTPUT