Skip to content

Commit

Permalink
check the relevant software versions on macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomx32 committed Dec 12, 2024
1 parent dd5b6c8 commit 6242bdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6242bdf

Please sign in to comment.