File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ jobs:
31
31
- run : sudo apt-get install -y musl musl-dev musl-tools cmake
32
32
if : matrix.target == 'x86_64-unknown-linux-musl'
33
33
34
- # Caching stuff
35
- - uses : actions/cache@v2
36
- with :
37
- path : |
38
- ~/.cargo/bin/
39
- ~/.cargo/registry/index/
40
- ~/.cargo/registry/cache/
41
- ~/.cargo/git/db/
42
- key : ${{ runner.os }}-cargo-deps-${{ hashFiles('**/Cargo.toml') }}
43
- - uses : actions/cache@v2
44
- with :
45
- path : |
46
- target/
47
- key : ${{ runner.os }}-cargo-target-${{ matrix.toolchain }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml') }}
34
+ # # Caching stuff
35
+ # - uses: actions/cache@v2
36
+ # with:
37
+ # path: |
38
+ # ~/.cargo/bin/
39
+ # ~/.cargo/registry/index/
40
+ # ~/.cargo/registry/cache/
41
+ # ~/.cargo/git/db/
42
+ # key: ${{ runner.os }}-cargo-deps-${{ hashFiles('**/Cargo.toml') }}
43
+ # - uses: actions/cache@v2
44
+ # with:
45
+ # path: |
46
+ # target/
47
+ # key: ${{ runner.os }}-cargo-target-${{ matrix.toolchain }}-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml') }}
48
48
- uses : actions-rs/toolchain@v1
49
49
with :
50
50
toolchain : ${{ matrix.toolchain }}
You can’t perform that action at this time.
0 commit comments