File tree 1 file changed +4
-4
lines changed
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-${{ steps.cache_timestamp.outputs.timestamp }}
42
+ key : ubuntu-18.04 -sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
43
43
restore-keys : |
44
- ${{ runner.os }} -sccache-v10-
44
+ ubuntu-18.04 -sccache-v10-
45
45
- name : Build Ubuntu 18.04 installable archive
46
46
run : |
47
47
./utils/webassembly/ci.sh
85
85
- uses : actions/cache@v1
86
86
with :
87
87
path : ../build-cache
88
- key : ${{ runner.os }} -sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
88
+ key : ubuntu-20.04 -sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
89
89
restore-keys : |
90
- ${{ runner.os }} -sccache-v10-
90
+ ubuntu-20.04 -sccache-v10-
91
91
- name : Build Ubuntu 20.04 installable archive
92
92
run : |
93
93
./utils/webassembly/ci.sh
You can’t perform that action at this time.
0 commit comments