Skip to content

Commit

Permalink
👷 Update python path
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Mar 7, 2024
1 parent c5762a5 commit bf08678
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 -property:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} -property:AdditionalLibPaths="${{ steps.cp310.outputs.python-path }}\libs;" -property:IncludePath="${{ steps.cp310.outputs.python-path }}\include;$(IncludePath)"
run: msbuild /m -property:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} -property:AdditionalLibPaths="${{ env.pythonLocation }}\libs;" -property:IncludePath="${{ env.pythonLocation }}\include;"

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

0 comments on commit bf08678

Please sign in to comment.