File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
# We need to build our own sccache until e6326bc8a20ee06af37e16a3a7a14e3374c66c66
9
9
# is in a released version.
10
10
sccache :
11
- runs-on : ' ubuntu-latest '
11
+ runs-on : ' ubuntu-20.04 '
12
12
steps :
13
13
- name : Install System Dependencies
14
14
run : |
35
35
~/.cargo/registry
36
36
~/.cargo/git
37
37
target
38
- key : ${{ runner.os }}-${{ steps.install-rust.outputs.rustc}}-sccache-${{ hashFiles('Cargo.lock') }}
38
+ key : ${{ runner.os }}-20.04- ${{ steps.install-rust.outputs.rustc}}-sccache-${{ hashFiles('Cargo.lock') }}
39
39
40
40
- name : Build sccache
41
41
run : |
71
71
72
72
needs :
73
73
- sccache
74
- runs-on : ' ubuntu-latest '
74
+ runs-on : ' ubuntu-20.04 '
75
75
env :
76
76
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
77
77
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments