Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunyuan authored Oct 15, 2024
1 parent 06488b5 commit 62089b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
uses: microsoft/[email protected]

- 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}}
Expand Down

0 comments on commit 62089b6

Please sign in to comment.