Skip to content

Commit

Permalink
(maint) github/main: stop caching
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrw committed Aug 23, 2024
1 parent a735526 commit e6ec4d0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '${{ matrix.ruby }}'
- uses: actions/cache@v3
with:
key: |
${{ matrix.flavor }}
${{ runner.os }}
${{ hashFiles('**/Gemfile') }}
${{ hashFiles('**/project.clj') }}
${{ steps.computed.outputs.day }}
path: |
ci/local/jdk
vendor/bundle/ruby
~/.m2/repository
~/Library/Caches/Homebrew
- name: Gather inital host info
run: ext/bin/host-info
- env:
Expand Down

0 comments on commit e6ec4d0

Please sign in to comment.