Skip to content

Commit

Permalink
👷 Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 authored Apr 27, 2024
1 parent add0f7b commit 48b518c
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 @@ -33,7 +33,7 @@ jobs:

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:AdditionalLibPaths="${{ env.pythonLocation }}\libs" /p:IncludePath="$(ProjectDir\external\pybind11\include;${{ env.pythonLocation }}\include;$(IncludePath)" ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:AdditionalLibPaths="${{ env.pythonLocation }}\libs" /p:IncludePath="`$(ProjectDir)\external\pybind11\include;${{ env.pythonLocation }}\include;`$(IncludePath)" ${{env.SOLUTION_FILE_PATH}}

- name: Upload Release Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 48b518c

Please sign in to comment.