Skip to content

Commit

Permalink
Attempt to fix J3DUltra build
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Nov 10, 2023
1 parent 892f504 commit f98cbd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
cmakeListsTxtPath: '${{ github.workspace }}/PyJ3DUltra/CMakeLists.txt'
buildDirectory: '${{ github.workspace }}/PyJ3DUltra/build'
useVcpkgToolchainFile: true
cmakeAppendedArgs: '-G Ninja'
buildWithCMakeArgs: --config Release
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Release'
- name: Cache venv
id: cache-venv
uses: actions/cache@v3
Expand Down

0 comments on commit f98cbd5

Please sign in to comment.