Skip to content

Commit

Permalink
👷 Add pybind11 IncludePath
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Mar 7, 2024
1 parent cd1e247 commit e675e9e
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="${{ env.pythonLocation }}\include" ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:AdditionalLibPaths="${{ env.pythonLocation }}\libs" /p:IncludePath=".\external\pybind11\include;${{ env.pythonLocation }}\include" ${{env.SOLUTION_FILE_PATH}}

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

0 comments on commit e675e9e

Please sign in to comment.