From 62089b6c925c2b781b7ba748e261b451c2294d3e Mon Sep 17 00:00:00 2001 From: k1mlka Date: Tue, 15 Oct 2024 14:49:47 +0800 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index ed91d55..83f2095 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -37,9 +37,9 @@ jobs: uses: microsoft/setup-msbuild@v1.0.2 - name: Build Detours - working-directory: ${{env.GITHUB_WORKSPACE}}/extern/Detours - run: | - nmake /f Makefile DETOURS_TARGET_PROCESSOR=X86 + # working-directory: ${{env.GITHUB_WORKSPACE}}/extern/Detours + working-directory: D:\a\fakereg\fakereg\extern\Detours + run: nmake /f Makefile DETOURS_TARGET_PROCESSOR=X86 - name: Build working-directory: ${{env.GITHUB_WORKSPACE}}