Skip to content

Commit ea5ea72

Browse files
committed
cmake version 2nd try
1 parent 9cf9d04 commit ea5ea72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/build/action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ runs:
4242

4343
# CMakeのセットアップ
4444
- name: Setup CMake
45-
uses: lukka/get-cmake@latest
45+
uses: jwlawson/actions-setup-cmake@v1
4646
with:
47-
cmakeVersion: '3.25.2' # ← 使用したいバージョンを指定
47+
version: '3.25.2'
48+
49+
- name: Check CMake version
50+
run: cmake --version
4851
shell: ${{ inputs.shell_type }}
4952

5053
# Unreal Engineと合わせたバージョンでMSVCを用意する準備として、始めからある望みでないバージョンを消します。

0 commit comments

Comments
 (0)