Skip to content

Commit f979210

Browse files
committed
Absolute path for UI Base in Github action.
1 parent c62aaa3 commit f979210

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: pwsh
5656
run: |
5757
cmake --preset vs2022-windows `
58-
"-DCMAKE_PREFIX_PATH=${env:QT_ROOT_DIR}\msvc2019_64;.\uibase\install\lib\cmake" `
58+
"-DCMAKE_PREFIX_PATH=${env:QT_ROOT_DIR}\msvc2019_64;${{ github.workspace }}\uibase\install\lib\cmake" `
5959
-DPLUGIN_PYTHON_TESTING=ON
6060
6161
- name: Build Plugin Python

vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"kind": "git",
1616
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
1717
"baseline": "456d80419c7193bcf851d4c8b2075e0a2761053f",
18-
"packages": ["mo2-cmake", "pybind11"]
18+
"packages": ["mo2-*", "pybind11", "spdlog"]
1919
}
2020
]
2121
}

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": ["mo2-cmake", "pybind11"],
33
"features": {
44
"testing": {
5-
"description": "Build UI Base tests.",
5+
"description": "Build Plugin Python tests.",
66
"dependencies": ["gtest"]
77
}
88
}

0 commit comments

Comments
 (0)