mirror of
https://github.com/NickTheFox99/RaylibGame.git
synced 2026-06-18 13:45:12 -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'
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user