From 2cfb66a872d1e1eac18d62f2e13aa1fc02ae7fc8 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 29 Oct 2024 16:05:31 +0100 Subject: [PATCH] run on the correct working directory --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c956fe..ef2c031 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,9 +38,7 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 - # - name: Build - # run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleLib/SpeckleLib17.sln - - name: Build + working-directory: ./speckle-cpp-connectors run: msbuild /m /p:Configuration=ReleaseAC27 SpeckleConnector/Connector.sln