File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77runs :
88 using : " composite"
99 steps :
10- - name : Cache restore
11- uses : ./.github/ actions/cache-common
10+ - name : Cache build and vcpkg
11+ uses : actions/cache/restore@v4
1212 with :
13- type : restore
14- key-prefix : macos-${{ inputs.arch }}
13+ path : |
14+ build
15+ external/vcpkg
16+ key : ${{ inputs.key-prefix }}-2025-07-18
17+
18+ - name : Cache bin
19+ uses : actions/cache/restore@v4
20+ with :
21+ path : |
22+ bin
23+ key : bin-2025-07-18
Original file line number Diff line number Diff line change 77runs :
88 using : " composite"
99 steps :
10- - name : Cache save
11- uses : ./.github/ actions/cache-common
10+ - name : Cache build and vcpkg
11+ uses : actions/cache/save@v4
1212 with :
13- type : save
14- key-prefix : macos-${{ inputs.arch }}
13+ path : |
14+ build
15+ external/vcpkg
16+ key : ${{ inputs.key-prefix }}-2025-07-18
17+
18+ - name : Cache bin
19+ uses : actions/cache/save@v4
20+ with :
21+ path : |
22+ bin
23+ key : bin-2025-07-18
You can’t perform that action at this time.
0 commit comments