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:
5
.github/workflows/cmake-multi-platform.yml
vendored
5
.github/workflows/cmake-multi-platform.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user