Skip to content

Commit 238e96c

Browse files
committed
mobile build用 cmake version 設定
1 parent 65ef1b8 commit 238e96c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/actions/upload-mobile-dlls/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ runs:
5656
- name: Install ninja-build tool
5757
uses: seanmiddleditch/gha-setup-ninja@v3
5858

59+
# Mac向けのCMakeのセットアップ
60+
- name: Setup CMake on macOS
61+
if: runner.os == 'macOS'
62+
uses: lukka/get-cmake@latest
63+
with:
64+
cmakeVersion: '3.27.x' # cmakeバージョンを指定
65+
5966
- name: Configure CMake for Android
6067
if: runner.os == 'Linux'
6168
run: >

0 commit comments

Comments
 (0)