Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Feb 28, 2024
1 parent abfa36f commit f6dd88a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/homebrew-tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Homebrew Tap
on: [push, pull_request]

jobs:

tap:
name: Tap
runs-on: macos-latest

steps:

# https://github.com/marketplace/actions/checkout
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -29,7 +27,7 @@ jobs:
- name: Build
run: |
# - brew audit ./Formula/*.rb
brew install -v ./Formula/*.rb
brew test ./Formula/*.rb
brew install --build-bottle -v evcc
brew test evcc
# https://gist.github.com/maelvls/068af21911c7debc4655cdaa41bbf092

0 comments on commit f6dd88a

Please sign in to comment.