Skip to content

Commit 8525d23

Browse files
committed
cmake version
1 parent ea5ea72 commit 8525d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build/action.yml

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

4343
# CMakeのセットアップ
4444
- name: Setup CMake
45-
uses: jwlawson/actions-setup-cmake@v1
45+
uses: lukka/get-cmake@latest
4646
with:
47-
version: '3.25.2'
47+
cmakeVersion: '3.25.2' # ← 使用したいバージョンを指定
4848

4949
- name: Check CMake version
5050
run: cmake --version

0 commit comments

Comments
 (0)