Skip to content

Commit

Permalink
Absolute path for UI Base in Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 10, 2024
1 parent c62aaa3 commit 7bcc479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
shell: pwsh
run: |
cmake --preset vs2022-windows `
"-DCMAKE_PREFIX_PATH=${env:QT_ROOT_DIR}\msvc2019_64;.\uibase\install\lib\cmake" `
"-DCMAKE_PREFIX_PATH=${env:QT_ROOT_DIR}\msvc2019_64;{{ github.workspace }}\uibase\install\lib\cmake" `
-DPLUGIN_PYTHON_TESTING=ON
- name: Build Plugin Python
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "456d80419c7193bcf851d4c8b2075e0a2761053f",
"packages": ["mo2-cmake", "pybind11"]
"packages": ["mo2-*", "pybind11", "spdlog"]
}
]
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": ["mo2-cmake", "pybind11"],
"features": {
"testing": {
"description": "Build UI Base tests.",
"description": "Build Plugin Python tests.",
"dependencies": ["gtest"]
}
}
Expand Down

0 comments on commit 7bcc479

Please sign in to comment.