File tree Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 4747 CCACHE_DIR : ${{ github.workspace }}/ccache_dir
4848
4949 steps :
50+ - uses : lukka/get-cmake@latest
51+ with :
52+ cmakeVersion : " ~3.31.0"
5053 - name : Checkout Unity Repo
5154 uses : actions/checkout@v3
5255 with :
Original file line number Diff line number Diff line change 4848 xcodeVersion : " 15.1"
4949
5050 steps :
51+ - uses : lukka/get-cmake@latest
52+ with :
53+ cmakeVersion : " ~3.31.0"
5154 - name : Checkout Unity Repo
5255 uses : actions/checkout@v3
5356 with :
Original file line number Diff line number Diff line change 4545 fail-fast : false
4646
4747 steps :
48+ - uses : lukka/get-cmake@latest
49+ with :
50+ cmakeVersion : " ~3.31.0"
4851 - uses : actions/checkout@v3
4952 with :
5053 submodules : true
Original file line number Diff line number Diff line change 4545 fail-fast : false
4646
4747 steps :
48+ - uses : lukka/get-cmake@latest
49+ with :
50+ cmakeVersion : " ~3.31.0"
4851 - uses : actions/checkout@v3
4952 with :
5053 submodules : true
Original file line number Diff line number Diff line change 6969 xcodeVersion : " 15.1"
7070
7171 steps :
72+ - uses : lukka/get-cmake@latest
73+ with :
74+ cmakeVersion : " ~3.31.0"
7275 - name : Checkout Unity Repo
7376 uses : actions/checkout@v3
7477 with :
Original file line number Diff line number Diff line change 4545 fail-fast : false
4646
4747 steps :
48+ - uses : lukka/get-cmake@latest
49+ with :
50+ cmakeVersion : " ~3.31.0"
4851 - uses : actions/checkout@v3
4952 with :
5053 submodules : true
Original file line number Diff line number Diff line change 3636 fail-fast : false
3737
3838 steps :
39+ - uses : lukka/get-cmake@latest
40+ with :
41+ cmakeVersion : " ~3.31.0"
3942 - uses : actions/checkout@v3
4043 with :
4144 submodules : true
Original file line number Diff line number Diff line change @@ -178,6 +178,9 @@ jobs:
178178 env :
179179 xcodeVersion : " 15.1"
180180 steps :
181+ - uses : lukka/get-cmake@latest
182+ with :
183+ cmakeVersion : " ~3.31.0"
181184 - id : matrix_info
182185 shell : bash
183186 run : |
You can’t perform that action at this time.
0 commit comments