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:
3131 - run : sudo apt-get install -y musl musl-dev musl-tools cmake
3232 if : matrix.target == 'x86_64-unknown-linux-musl'
3333
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') }}
4848 - uses : actions-rs/toolchain@v1
4949 with :
5050 toolchain : ${{ matrix.toolchain }}
You can’t perform that action at this time.
0 commit comments