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 3939 - uses : actions/cache@v1
4040 with :
4141 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 }}
4343 restore-keys : |
44- ${{ runner.os }} -sccache-v10-
44+ ubuntu-18.04 -sccache-v10-
4545 - name : Build Ubuntu 18.04 installable archive
4646 run : |
4747 ./utils/webassembly/ci.sh
8585 - uses : actions/cache@v1
8686 with :
8787 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 }}
8989 restore-keys : |
90- ${{ runner.os }} -sccache-v10-
90+ ubuntu-20.04 -sccache-v10-
9191 - name : Build Ubuntu 20.04 installable archive
9292 run : |
9393 ./utils/webassembly/ci.sh
You can’t perform that action at this time.
0 commit comments