Update cmake-multi-platform.yml

This commit is contained in:
2025-11-06 23:37:33 +00:00
committed by GitHub
parent a211dfa668
commit dada2f73be

View File

@@ -61,11 +61,12 @@ jobs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew install cmake brew install cmake
xcode-select --install || true # Install Command Line Tools (includes xxd) xcode-select --install || true
- name: Install Windows Dependencies - name: Install Windows Dependencies
if: runner.os == 'Windows' if: runner.os == 'Windows'
uses: git-for-windows/setup-git-for-windows@v1 run: choco install vim -y
shell: pwsh
- name: Cache CMake files - name: Cache CMake files
uses: actions/cache@v3 uses: actions/cache@v3