From 858093497cebefcbd0d35afa7fe4ffb9d4e2d743 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:04:33 +0200 Subject: [PATCH] Test 3 --- .github/workflows/build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d09a8c20e..c64c13c078 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -247,7 +247,18 @@ jobs: git clone https://github.com/KhronosGroup/MoltenVK.git cd MoltenVK ./fetchDependencies --macos - xcodebuild build -quiet -project MoltenVKPackaging.xcodeproj -scheme "MoltenVK Package (macOS only)" -configuration "Debug" + make + make all + make macos + make ios + make iossim + make maccat + make tvos + make tvossim + make all-debug + make macos-debug + make clean + make install - name: "Setup cmake" uses: jwlawson/actions-setup-cmake@v2