Remove cache action from build

This commit is contained in:
erwanlr
2020-03-13 16:06:33 +01:00
parent a5534f1e49
commit a9a38edf24

View File

@@ -20,14 +20,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Restore GEM cache
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-${{ matrix.ruby }}-gem-${{ hashFiles('**/wpscan.gemspec') }}
restore-keys: |
${{ runner.os }}-${{ matrix.ruby }}-gem-
- name: Install GEMs
run: |
gem install bundler