remove cache cargo build

This commit is contained in:
Nikolay Kim 2020-04-18 21:37:30 +06:00
parent d2c9f4749d
commit d48869ed7e
3 changed files with 0 additions and 18 deletions

View file

@ -50,12 +50,6 @@ jobs:
path: ~/.cargo/git
key: ${{ matrix.version }}-x86_64-pc-windows-msvc-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: ${{ matrix.version }}-x86_64-unknown-linux-gnu-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
- name: Install OpenSSL
run: |
vcpkg integrate install