Skip to content

Commit

Permalink
Try without caching steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 18, 2024
1 parent 9a5e1ff commit c8bf68b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ jobs:
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v3
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
restore-keys: ${{ runner.os }}-rubygems-

- name: Install Homebrew Bundler RubyGems
if: steps.cache.outputs.cache-hit != 'true'
run: brew install-bundler-gems

- name: Get local tap formulae
id: get-tap-formulae
run: brew tap-info --installed --json

0 comments on commit c8bf68b

Please sign in to comment.