Skip to content

Commit

Permalink
Try using CMAKE_BUILD_TYPE instead of cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Mar 20, 2024
1 parent 74a9729 commit f03c1ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ jobs:
cmakeListsTxtPath: '${{ github.workspace }}/PyJ3DUltra/CMakeLists.txt'
buildDirectory: '${{ github.workspace }}/PyJ3DUltra/build'
useVcpkgToolchainFile: true
cmakeAppendedArgs: '-G Ninja'
cmakeBuildType: 'Release'
buildWithCMakeArgs: '--config Release'
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Release'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f03c1ac

Please sign in to comment.