File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- name : Get modern CMake and Ninja
28
- uses : " lukka/get-cmake@v3.30.5 "
28
+ uses : " lukka/get-cmake@v3.31.2 "
29
29
30
30
# Do this before building aar since it affects the version
31
31
- name : Touch SNAPSHOT marker file
47
47
steps :
48
48
- uses : " actions/checkout@v4"
49
49
- name : " Get modern CMake and Ninja"
50
- uses : " lukka/get-cmake@v3.30.5 "
50
+ uses : " lukka/get-cmake@v3.31.2 "
51
51
- name : " set up JDK 11"
52
52
uses : " actions/setup-java@v4"
53
53
with :
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- name : " Get modern CMake and Ninja"
28
- uses : " lukka/get-cmake@v3.30 .2"
28
+ uses : " lukka/get-cmake@v3.31 .2"
29
29
- name : Prepare Vulkan SDK
30
30
31
31
with :
Original file line number Diff line number Diff line change 36
36
fetch-depth : " ${{ github.event.release && '0' || '1'}}"
37
37
38
38
- name : Get modern CMake and Ninja
39
- uses : lukka/get-cmake@v3.30.5
39
+ uses : lukka/get-cmake@v3.31.2
40
40
41
41
- name : Add msbuild to PATH
42
42
uses : microsoft/setup-msbuild@v2
You can’t perform that action at this time.
0 commit comments