File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
path : |
26
26
${{ runner.tool_cache }}/haxe/lib
27
27
# repo layout between haxe3 and 4 changed (and may change again) so we cache based on haxe version
28
- key : ${{ runner.os }}-haxelibs-${{ inputs.haxe-version }}
28
+ key : ${{ runner.os }}-${{ runner.arch }}- haxelibs-${{ inputs.haxe-version }}
29
29
30
30
- name : " Haxe Libs Cache: Init Root Path"
31
31
id : HAXE-TARGETS-CACHE
Original file line number Diff line number Diff line change 22
22
uses : actions/cache@v4 # https://github.com/actions/cache
23
23
with :
24
24
path : ${{ inputs.cache-folder }}
25
- key : ${{ runner.os }}-mono-${{ inputs.mono-version }}
25
+ key : ${{ runner.os }}-${{ runner.arch }}- mono-${{ inputs.mono-version }}
26
26
27
27
- name : " Setup C#: Install Mono"
28
28
shell : bash
Original file line number Diff line number Diff line change 29
29
uses : actions/cache@v4 # https://github.com/actions/cache
30
30
with :
31
31
path : ${{ inputs.cache-folder }}
32
- key : ${{ runner.os }}-flash-${{ inputs.flash-version }}
32
+ key : ${{ runner.os }}-${{ runner.arch }}- flash-${{ inputs.flash-version }}
33
33
34
34
- name : " Setup Flash: Install Binaries"
35
35
id : INSTALL-FLASH
Original file line number Diff line number Diff line change 18
18
uses : actions/cache@v4 # https://github.com/actions/cache
19
19
with :
20
20
path : ${{ inputs.cache-folder }}
21
- key : ${{ runner.os }}-hashlink-latest
21
+ key : ${{ runner.os }}-${{ runner.arch }}- hashlink-latest
22
22
23
23
- name : " Setup Hashlink: Install Binaries"
24
24
shell : bash
Original file line number Diff line number Diff line change 24
24
uses : actions/cache@v4 # https://github.com/actions/cache
25
25
with :
26
26
path : ${{ inputs.cache-folder }}
27
- key : ${{ runner.os }}-lua-${{ inputs.lua-version }}
27
+ key : ${{ runner.os }}-${{ runner.arch }}- lua-${{ inputs.lua-version }}
28
28
29
29
- name : " Enable MSYS2 bash" # https://github.com/actions/runner/issues/497
30
30
if : ${{ runner.os == 'Windows' }}
Original file line number Diff line number Diff line change 18
18
uses : actions/cache@v4 # https://github.com/actions/cache
19
19
with :
20
20
path : ${{ runner.temp }}/haxe/targets/neko-${{ inputs.neko-version }}
21
- key : ${{ runner.os }}-neko-${{ inputs.neko-version }}
21
+ key : ${{ runner.os }}-${{ runner.arch }}- neko-${{ inputs.neko-version }}
22
22
23
23
- name : " Setup Neko: Install Binaries"
24
24
shell : bash
Original file line number Diff line number Diff line change 59
59
uses : actions/cache@v4 # https://github.com/actions/cache
60
60
with :
61
61
path : ${{ runner.temp }}/haxe/sdk/haxe-${{ inputs.haxe-version }}
62
- key : ${{ runner.os }}-haxe-${{ inputs.haxe-version }}
62
+ key : ${{ runner.os }}-${{ runner.arch }}- haxe-${{ inputs.haxe-version }}
63
63
64
64
- name : " Setup Haxe: Install Binaries"
65
65
shell : bash
You can’t perform that action at this time.
0 commit comments