Skip to content

Commit 1fb846f

Browse files
windows and macos ci fix
1 parent 323d76b commit 1fb846f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: pwsh
3232

3333
- name: Update access permission of ZEngineTests
34-
run: chmod +x ../builds/ZEngine/tests/ZEngineTests
34+
run: chmod +x ../builds/RendererEngine/ZEngine/tests/ZEngineTests
3535

3636
- name: Run Tests
3737
run: .\Scripts\RunTests.ps1 -Configurations ${{ inputs.configuration }}

.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
31+
run: vcpkg install vulkan-headers vulkan-loader vulkan-tools assimp spirv-headers spirv-tools spirv-cross glslang glfw glew yaml-cpp spdlog googletest
3232
shell: pwsh
3333

3434
- name: CMake Build

0 commit comments

Comments
 (0)