mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Use non-specific version of CMake on macOS
Although this results in a warning of multiple matches due to the existence of 3.23.2-macos-universal.dmg and 3.23.2-macos10.10-universal.dmg the setup-cmake action doesn't work if we try to specify a more specific version.
This commit is contained in:
parent
7796afa3c0
commit
cf0a64dc09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -129,7 +129,7 @@ jobs:
|
|||
if: steps.cache-submodules.outputs.cache-hit != 'true'
|
||||
uses: jwlawson/actions-setup-cmake@v1
|
||||
with:
|
||||
cmake-version: "3.23.2${{ matrix.os == 'macos-12' && '-macos-universal.dmg' || '' }}"
|
||||
cmake-version: '3.23.2'
|
||||
use-32bit: ${{ matrix.bits == 32 && matrix.os == 'windows-2022' }}
|
||||
- name: Build libuv
|
||||
if: steps.cache-submodules.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in a new issue