Skip to content

Commit

Permalink
Removes cache action from build
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Mar 13, 2020
1 parent fce3b3c commit 6b0accd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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('**/opt_parse_validator.gemspec') }}
restore-keys: |
${{ runner.os }}-${{ matrix.ruby }}-gem-
- name: Install GEMs
run: |
gem install bundler
Expand Down

0 comments on commit 6b0accd

Please sign in to comment.