Skip to content

Commit c509e9e

Browse files
Xcode Debug vcpkg install
1 parent 63f0156 commit c509e9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/job-cmakebuild-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
VCPKG_BUILD_TYPE: ${{ inputs.configuration }}
3030
CMAKE_TOOLCHAIN_FILE: "C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
31-
run: vcpkg install vulkan-headers vulkan-loader vulkan-tools assimp spirv-headers spirv-tools spirv-cross glslang glfw3 glew yaml-cpp spdlog gtest
31+
run: vcpkg install vulkan-headers vulkan-loader
3232
shell: pwsh
3333

3434
- name: CMake Build

Scripts/RunTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function RunTests {
6060
$testExecutablePath = [IO.Path]::Combine($OutputBuildDirectory, "ZEngine", "tests", $Configuration, "ZEngineTests.exe")
6161
}
6262
"Darwin" {
63-
$testExecutablePath = Join-Path $OutputBuildDirectory -ChildPath "ZEngine/tests/$Configuration/ZEngineTests"
63+
$testExecutablePath = Join-Path $OutputBuildDirectory -ChildPath "ZEngine/tests/Debug/ZEngineTests"
6464
}
6565
"Linux" {
6666
$testExecutablePath = Join-Path $OutputBuildDirectory -ChildPath "ZEngine/tests/ZEngineTests"

0 commit comments

Comments
 (0)