7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-05 02:00:54 -04:00

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'
run: |
brew install cmake
xcode-select --install || true # Install Command Line Tools (includes xxd)
xcode-select --install || true
- name: Install Windows Dependencies
if: runner.os == 'Windows'
uses: git-for-windows/setup-git-for-windows@v1
run: choco install vim -y
shell: pwsh
- name: Cache CMake files
uses: actions/cache@v3