File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
- uses : actions/cache@v1
40
40
with :
41
41
path : ../build-cache
42
- key : ${{ runner.os }} -sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
42
+ key : ubuntu-18.04 -sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
43
43
restore-keys : |
44
- ${{ runner.os }} -sccache-v10-5.3-
44
+ ubuntu-18.04 -sccache-v10-5.3-
45
45
- name : Build Ubuntu 18.04 installable archive
46
46
run : |
47
47
./utils/webassembly/ci.sh
87
87
- uses : actions/cache@v1
88
88
with :
89
89
path : ../build-cache
90
- key : ${{ runner.os }} -sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
90
+ key : ubuntu-20.04 -sccache-v10-5.3-${{ steps.cache_timestamp.outputs.timestamp }}
91
91
restore-keys : |
92
- ${{ runner.os }} -sccache-v10-5.3-
92
+ ubuntu-20.04 -sccache-v10-5.3-
93
93
- name : Build Ubuntu 20.04 installable archive
94
94
run : |
95
95
./utils/webassembly/ci.sh
You can’t perform that action at this time.
0 commit comments