Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Speedy37 authored Nov 4, 2021
1 parent 9b0b5c2 commit f477fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2

- name: Build funchook
working-directory: ${{env.GITHUB_WORKSPACE}}/libs/funchook
shell: powershell
run: |
cd libs/funchook
md build
cd build
cmake -G "Visual Studio 16 2019" -A x64 ..
Expand Down

0 comments on commit f477fd6

Please sign in to comment.