From 6242bdf9272f278476fc3d7c6b6d55055aaace09 Mon Sep 17 00:00:00 2001 From: xiaomx32 <2116906041@qq.com> Date: Thu, 12 Dec 2024 10:45:53 +0800 Subject: [PATCH] check the relevant software versions on macOS CI --- .github/workflows/build-xmake.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-xmake.yml b/.github/workflows/build-xmake.yml index e5565a61e..d7951f5a9 100644 --- a/.github/workflows/build-xmake.yml +++ b/.github/workflows/build-xmake.yml @@ -60,6 +60,11 @@ jobs: fi brew install molten-vk ninja cmake xmake curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + echo "Check the relevant software versions" + brew --version + xcodebuild -version + clang --version + echo "Check End" - name: "Configure and Build" run: | xmake lua setup.lua