hotfix: CI: disable build cache

This commit is contained in:
Aravinth Manivannan 2022-05-18 19:03:30 +05:30
parent 5add143318
commit 9cf1d9df46
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88
2 changed files with 18 additions and 17 deletions

View file

@ -35,14 +35,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: ⚡ Cache
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# - name: ⚡ Cache
# uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
# target
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1

View file

@ -37,15 +37,16 @@ jobs:
#
steps:
- uses: actions/checkout@v2
- name: ⚡ Cache
uses: actions/cache@v3
with:
path: |
/var/lib/docker
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# - name: ⚡ Cache
# uses: actions/cache@v3
# with:
# path: |
# /var/lib/docker
# ~/.cargo/registry
# ~/.cargo/git
# target
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# - name: Login to DockerHub
# if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'forgeflux-org/starchart'